hytos / DTI_PID / APIDConverter / Form / APIDConverter.Designer.cs @ 5598104a
이력 | 보기 | 이력해설 | 다운로드 (3.24 KB)
1 |
namespace AVEVA.PID.CustomizationUtility |
---|---|
2 |
{ |
3 |
partial class APIDConverter |
4 |
{ |
5 |
/// <summary> |
6 |
/// Required designer variable. |
7 |
/// </summary> |
8 |
private System.ComponentModel.IContainer components = null; |
9 |
|
10 |
/// <summary> |
11 |
/// Clean up any resources being used. |
12 |
/// </summary> |
13 |
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
14 |
protected override void Dispose(bool disposing) |
15 |
{ |
16 |
if (disposing && (components != null)) |
17 |
{ |
18 |
components.Dispose(); |
19 |
} |
20 |
base.Dispose(disposing); |
21 |
} |
22 |
|
23 |
#region Windows Form Designer generated code |
24 |
|
25 |
/// <summary> |
26 |
/// Required method for Designer support - do not modify |
27 |
/// the contents of this method with the code editor. |
28 |
/// </summary> |
29 |
private void InitializeComponent() |
30 |
{ |
31 |
this.components = new System.ComponentModel.Container(); |
32 |
this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
33 |
this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
34 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); |
35 |
this.SuspendLayout(); |
36 |
// |
37 |
// ribbonControl |
38 |
// |
39 |
this.ribbonControl.ExpandCollapseItem.Id = 0; |
40 |
this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] { |
41 |
this.ribbonControl.ExpandCollapseItem}); |
42 |
this.ribbonControl.Location = new System.Drawing.Point(0, 0); |
43 |
this.ribbonControl.MaxItemId = 1; |
44 |
this.ribbonControl.Name = "ribbonControl"; |
45 |
this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; |
46 |
this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; |
47 |
this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
48 |
this.ribbonControl.ShowToolbarCustomizeItem = false; |
49 |
this.ribbonControl.Size = new System.Drawing.Size(987, 32); |
50 |
this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
51 |
// |
52 |
// defaultLookAndFeel1 |
53 |
// |
54 |
this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2016 Colorful"; |
55 |
// |
56 |
// APIDConverter |
57 |
// |
58 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
59 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
60 |
this.ClientSize = new System.Drawing.Size(987, 606); |
61 |
this.Controls.Add(this.ribbonControl); |
62 |
this.Name = "APIDConverter"; |
63 |
this.Ribbon = this.ribbonControl; |
64 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
65 |
this.Text = "APID Converter"; |
66 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit(); |
67 |
this.ResumeLayout(false); |
68 |
this.PerformLayout(); |
69 |
|
70 |
} |
71 |
|
72 |
#endregion |
73 |
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl; |
74 |
private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel1; |
75 |
} |
76 |
} |