hytos / DTI_PID / SPPIDConverter_AutoModeling / SymbolPathForm.Designer.cs @ c7a0bb20
이력 | 보기 | 이력해설 | 다운로드 (5.3 KB)
1 | aac983d3 | gaqhf | namespace SPPIDConverter_AutoModeling |
---|---|---|---|
2 | { |
||
3 | partial class SymbolPathForm |
||
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.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage(); |
||
32 | this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
||
33 | this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar(); |
||
34 | this.ribbonPage3 = new DevExpress.XtraBars.Ribbon.RibbonPage(); |
||
35 | this.treeList1 = new DevExpress.XtraTreeList.TreeList(); |
||
36 | ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit(); |
||
37 | ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit(); |
||
38 | this.SuspendLayout(); |
||
39 | // |
||
40 | // ribbonPage2 |
||
41 | // |
||
42 | this.ribbonPage2.Name = "ribbonPage2"; |
||
43 | this.ribbonPage2.Text = "ribbonPage2"; |
||
44 | // |
||
45 | // ribbonControl1 |
||
46 | // |
||
47 | this.ribbonControl1.ExpandCollapseItem.Id = 0; |
||
48 | this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { |
||
49 | this.ribbonControl1.ExpandCollapseItem}); |
||
50 | this.ribbonControl1.Location = new System.Drawing.Point(0, 0); |
||
51 | this.ribbonControl1.MaxItemId = 1; |
||
52 | this.ribbonControl1.Name = "ribbonControl1"; |
||
53 | this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; |
||
54 | this.ribbonControl1.ShowCategoryInCaption = false; |
||
55 | this.ribbonControl1.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; |
||
56 | this.ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False; |
||
57 | this.ribbonControl1.ShowMoreCommandsButton = DevExpress.Utils.DefaultBoolean.False; |
||
58 | this.ribbonControl1.ShowPageHeadersInFormCaption = DevExpress.Utils.DefaultBoolean.False; |
||
59 | this.ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide; |
||
60 | this.ribbonControl1.ShowQatLocationSelector = false; |
||
61 | this.ribbonControl1.ShowToolbarCustomizeItem = false; |
||
62 | this.ribbonControl1.Size = new System.Drawing.Size(388, 32); |
||
63 | this.ribbonControl1.StatusBar = this.ribbonStatusBar1; |
||
64 | this.ribbonControl1.Toolbar.ShowCustomizeItem = false; |
||
65 | // |
||
66 | // ribbonStatusBar1 |
||
67 | // |
||
68 | this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 504); |
||
69 | this.ribbonStatusBar1.Name = "ribbonStatusBar1"; |
||
70 | this.ribbonStatusBar1.Ribbon = this.ribbonControl1; |
||
71 | this.ribbonStatusBar1.Size = new System.Drawing.Size(388, 21); |
||
72 | // |
||
73 | // ribbonPage3 |
||
74 | // |
||
75 | this.ribbonPage3.Name = "ribbonPage3"; |
||
76 | this.ribbonPage3.Text = "ribbonPage3"; |
||
77 | // |
||
78 | // treeList1 |
||
79 | // |
||
80 | this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
81 | this.treeList1.Location = new System.Drawing.Point(0, 32); |
||
82 | this.treeList1.Name = "treeList1"; |
||
83 | this.treeList1.Size = new System.Drawing.Size(388, 472); |
||
84 | this.treeList1.TabIndex = 3; |
||
85 | this.treeList1.DoubleClick += new System.EventHandler(this.treeList1_DoubleClick); |
||
86 | // |
||
87 | // SymbolPathForm |
||
88 | // |
||
89 | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
||
90 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
91 | this.ClientSize = new System.Drawing.Size(388, 525); |
||
92 | this.Controls.Add(this.treeList1); |
||
93 | this.Controls.Add(this.ribbonStatusBar1); |
||
94 | this.Controls.Add(this.ribbonControl1); |
||
95 | this.Name = "SymbolPathForm"; |
||
96 | this.Ribbon = this.ribbonControl1; |
||
97 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
||
98 | this.StatusBar = this.ribbonStatusBar1; |
||
99 | this.Text = "SymbolPathForm"; |
||
100 | ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit(); |
||
101 | ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit(); |
||
102 | this.ResumeLayout(false); |
||
103 | this.PerformLayout(); |
||
104 | |||
105 | } |
||
106 | |||
107 | #endregion |
||
108 | |||
109 | private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage2; |
||
110 | private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1; |
||
111 | private DevExpress.XtraBars.Ribbon.RibbonStatusBar ribbonStatusBar1; |
||
112 | private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage3; |
||
113 | private DevExpress.XtraTreeList.TreeList treeList1; |
||
114 | } |
||
115 | } |