hytos / DTI_PID / SPPIDConverter_AutoModeling / SelectUnitForm.Designer.cs @ 3136b374
이력 | 보기 | 이력해설 | 다운로드 (4.85 KB)
1 |
namespace SPPIDConverter_AutoModeling |
---|---|
2 |
{ |
3 |
partial class SelectUnitForm |
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.treeViewUnit = new Telerik.WinControls.UI.RadTreeView(); |
32 |
this.btnCancel = new Telerik.WinControls.UI.RadButton(); |
33 |
this.btnOK = new Telerik.WinControls.UI.RadButton(); |
34 |
((System.ComponentModel.ISupportInitialize)(this.treeViewUnit)).BeginInit(); |
35 |
((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit(); |
36 |
((System.ComponentModel.ISupportInitialize)(this.btnOK)).BeginInit(); |
37 |
((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); |
38 |
this.SuspendLayout(); |
39 |
// |
40 |
// treeViewUnit |
41 |
// |
42 |
this.treeViewUnit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
43 |
| System.Windows.Forms.AnchorStyles.Left) |
44 |
| System.Windows.Forms.AnchorStyles.Right))); |
45 |
this.treeViewUnit.Location = new System.Drawing.Point(12, 12); |
46 |
this.treeViewUnit.Name = "treeViewUnit"; |
47 |
this.treeViewUnit.Size = new System.Drawing.Size(346, 714); |
48 |
this.treeViewUnit.TabIndex = 0; |
49 |
this.treeViewUnit.ThemeName = "TelerikMetroBlue"; |
50 |
this.treeViewUnit.NodeMouseDoubleClick += new Telerik.WinControls.UI.RadTreeView.TreeViewEventHandler(this.treeViewUnit_NodeMouseDoubleClick); |
51 |
// |
52 |
// btnCancel |
53 |
// |
54 |
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
55 |
this.btnCancel.Location = new System.Drawing.Point(262, 732); |
56 |
this.btnCancel.Name = "btnCancel"; |
57 |
this.btnCancel.Size = new System.Drawing.Size(96, 24); |
58 |
this.btnCancel.TabIndex = 1; |
59 |
this.btnCancel.Text = "Cancel"; |
60 |
this.btnCancel.ThemeName = "TelerikMetroBlue"; |
61 |
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); |
62 |
// |
63 |
// btnOK |
64 |
// |
65 |
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
66 |
this.btnOK.Location = new System.Drawing.Point(160, 732); |
67 |
this.btnOK.Name = "btnOK"; |
68 |
this.btnOK.Size = new System.Drawing.Size(96, 24); |
69 |
this.btnOK.TabIndex = 2; |
70 |
this.btnOK.Text = "OK"; |
71 |
this.btnOK.ThemeName = "TelerikMetroBlue"; |
72 |
this.btnOK.Click += new System.EventHandler(this.btnOK_Click); |
73 |
// |
74 |
// SelectUnitForm |
75 |
// |
76 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
77 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
78 |
this.ClientSize = new System.Drawing.Size(370, 768); |
79 |
this.Controls.Add(this.btnOK); |
80 |
this.Controls.Add(this.btnCancel); |
81 |
this.Controls.Add(this.treeViewUnit); |
82 |
this.MaximizeBox = false; |
83 |
this.MinimizeBox = false; |
84 |
this.Name = "SelectUnitForm"; |
85 |
// |
86 |
// |
87 |
// |
88 |
this.RootElement.ApplyShapeToControl = true; |
89 |
this.ShowIcon = false; |
90 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
91 |
this.Text = "Select Unit"; |
92 |
this.ThemeName = "TelerikMetroBlue"; |
93 |
((System.ComponentModel.ISupportInitialize)(this.treeViewUnit)).EndInit(); |
94 |
((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit(); |
95 |
((System.ComponentModel.ISupportInitialize)(this.btnOK)).EndInit(); |
96 |
((System.ComponentModel.ISupportInitialize)(this)).EndInit(); |
97 |
this.ResumeLayout(false); |
98 |
|
99 |
} |
100 |
|
101 |
#endregion |
102 |
|
103 |
private Telerik.WinControls.UI.RadTreeView treeViewUnit; |
104 |
private Telerik.WinControls.UI.RadButton btnCancel; |
105 |
private Telerik.WinControls.UI.RadButton btnOK; |
106 |
} |
107 |
} |