프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter_CustomCommand / SPPIDConverter.Designer.cs @ 7edc8b5f

이력 | 보기 | 이력해설 | 다운로드 (15.2 KB)

1
/*---------------------------------------------------------------------+\
2
|                                                                       |
3
|        Copyright 2016 Intergraph Corporation                          |
4
|        All Rights Reserved                                            |
5
|                                                                       |
6
|        Including software, file formats, and audio-visual displays;   |
7
|        may only be used pursuant to applicable software license       |
8
|        agreement; contains confidential and proprietary information of|
9
|        Intergraph and/or third parties which is protected by copyright|
10
|        and trade secret law and may not be provided or otherwise made |
11
|        available without proper authorization.                        |
12
|                                                                       |
13
|        Unpublished -- rights reserved under the Copyright Laws of the |
14
|        United States.                                                 |
15
|                                                                       |
16
|        Intergraph Corporation                                         |
17
|        Huntsville, Alabama         35894-0001                         |
18
|                                                                       |
19
\+---------------------------------------------------------------------*/
20

    
21
namespace CustomCommand
22
{
23
    partial class SPPIDConverter
24
    {
25
        /// <summary> 
26
        /// Required designer variable.
27
        /// </summary>
28
        private System.ComponentModel.IContainer components = null;
29

    
30
        /// <summary> 
31
        /// Clean up any resources being used.
32
        /// </summary>
33
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
34
        protected override void Dispose(bool disposing)
35
        {
36
            if (disposing && (components != null))
37
            {
38
                components.Dispose();
39
            }
40
            base.Dispose(disposing);
41
        }
42

    
43
        #region Component Designer generated code
44

    
45
        /// <summary> 
46
        /// Required method for Designer support - do not modify 
47
        /// the contents of this method with the code editor.
48
        /// </summary>
49
        private void InitializeComponent()
50
        {
51
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SPPIDConverter));
52
            System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Drawing");
53
            this.commandControl = new Ingr.RAD2D.MacroControls.CmdCtrl.IgCommand();
54
            this.mouseControl = new Ingr.RAD2D.MacroControls.MouseCtrl.IgMouse();
55
            this.listBoxLog = new System.Windows.Forms.ListBox();
56
            this.menuStrip = new System.Windows.Forms.MenuStrip();
57
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
58
            this.openDocumentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
59
            this.toolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
60
            this.itemMappingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
61
            this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
62
            this.convertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
63
            this.stopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
64
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
65
            this.statusStrip = new System.Windows.Forms.StatusStrip();
66
            this.toolStripProgressBar = new System.Windows.Forms.ToolStripProgressBar();
67
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
68
            this.treeViewDrawing = new System.Windows.Forms.TreeView();
69
            ((System.ComponentModel.ISupportInitialize)(this.commandControl)).BeginInit();
70
            ((System.ComponentModel.ISupportInitialize)(this.mouseControl)).BeginInit();
71
            this.menuStrip.SuspendLayout();
72
            this.statusStrip.SuspendLayout();
73
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
74
            this.splitContainer1.Panel1.SuspendLayout();
75
            this.splitContainer1.Panel2.SuspendLayout();
76
            this.splitContainer1.SuspendLayout();
77
            this.SuspendLayout();
78
            // 
79
            // commandControl
80
            // 
81
            this.commandControl.Enabled = true;
82
            this.commandControl.Location = new System.Drawing.Point(4, 4);
83
            this.commandControl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
84
            this.commandControl.Name = "commandControl";
85
            this.commandControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("commandControl.OcxState")));
86
            this.commandControl.Size = new System.Drawing.Size(28, 28);
87
            this.commandControl.TabIndex = 0;
88
            this.commandControl.Terminate += new System.EventHandler(this.commandControl_Terminate);
89
            this.commandControl.Initialize += new System.EventHandler(this.commandControl_Initialize);
90
            // 
91
            // mouseControl
92
            // 
93
            this.mouseControl.Location = new System.Drawing.Point(39, 4);
94
            this.mouseControl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
95
            this.mouseControl.Name = "mouseControl";
96
            this.mouseControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("mouseControl.OcxState")));
97
            this.mouseControl.Size = new System.Drawing.Size(28, 28);
98
            this.mouseControl.TabIndex = 1;
99
            // 
100
            // listBoxLog
101
            // 
102
            this.listBoxLog.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
103
            this.listBoxLog.Dock = System.Windows.Forms.DockStyle.Fill;
104
            this.listBoxLog.FormattingEnabled = true;
105
            this.listBoxLog.ItemHeight = 12;
106
            this.listBoxLog.Location = new System.Drawing.Point(0, 0);
107
            this.listBoxLog.Name = "listBoxLog";
108
            this.listBoxLog.Size = new System.Drawing.Size(547, 439);
109
            this.listBoxLog.TabIndex = 0;
110
            // 
111
            // menuStrip
112
            // 
113
            this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
114
            this.openToolStripMenuItem,
115
            this.toolToolStripMenuItem,
116
            this.convertToolStripMenuItem,
117
            this.stopToolStripMenuItem,
118
            this.exitToolStripMenuItem});
119
            this.menuStrip.Location = new System.Drawing.Point(0, 0);
120
            this.menuStrip.Name = "menuStrip";
121
            this.menuStrip.Size = new System.Drawing.Size(771, 24);
122
            this.menuStrip.TabIndex = 5;
123
            this.menuStrip.Text = "menuStrip1";
124
            // 
125
            // openToolStripMenuItem
126
            // 
127
            this.openToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
128
            this.openDocumentsToolStripMenuItem});
129
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
130
            this.openToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
131
            this.openToolStripMenuItem.Text = "&Open";
132
            // 
133
            // openDocumentsToolStripMenuItem
134
            // 
135
            this.openDocumentsToolStripMenuItem.Name = "openDocumentsToolStripMenuItem";
136
            this.openDocumentsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
137
            this.openDocumentsToolStripMenuItem.Text = "Open Document(s)";
138
            this.openDocumentsToolStripMenuItem.Click += new System.EventHandler(this.openDocumentsToolStripMenuItem_Click);
139
            // 
140
            // toolToolStripMenuItem
141
            // 
142
            this.toolToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
143
            this.itemMappingToolStripMenuItem,
144
            this.importToolStripMenuItem});
145
            this.toolToolStripMenuItem.Name = "toolToolStripMenuItem";
146
            this.toolToolStripMenuItem.Size = new System.Drawing.Size(42, 20);
147
            this.toolToolStripMenuItem.Text = "&Tool";
148
            // 
149
            // itemMappingToolStripMenuItem
150
            // 
151
            this.itemMappingToolStripMenuItem.Name = "itemMappingToolStripMenuItem";
152
            this.itemMappingToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
153
            this.itemMappingToolStripMenuItem.Text = "Item Mapping";
154
            this.itemMappingToolStripMenuItem.Click += new System.EventHandler(this.itemMappingToolStripMenuItem_Click);
155
            // 
156
            // importToolStripMenuItem
157
            // 
158
            this.importToolStripMenuItem.Name = "importToolStripMenuItem";
159
            this.importToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
160
            this.importToolStripMenuItem.Text = "Import Excel File";
161
            this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click);
162
            // 
163
            // convertToolStripMenuItem
164
            // 
165
            this.convertToolStripMenuItem.Name = "convertToolStripMenuItem";
166
            this.convertToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
167
            this.convertToolStripMenuItem.Text = "&Convert";
168
            this.convertToolStripMenuItem.Click += new System.EventHandler(this.convertToolStripMenuItem_Click);
169
            // 
170
            // stopToolStripMenuItem
171
            // 
172
            this.stopToolStripMenuItem.Name = "stopToolStripMenuItem";
173
            this.stopToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
174
            this.stopToolStripMenuItem.Text = "&Stop";
175
            this.stopToolStripMenuItem.Click += new System.EventHandler(this.stopToolStripMenuItem_Click);
176
            // 
177
            // exitToolStripMenuItem
178
            // 
179
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
180
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(38, 20);
181
            this.exitToolStripMenuItem.Text = "&Exit";
182
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
183
            // 
184
            // statusStrip
185
            // 
186
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
187
            this.toolStripProgressBar});
188
            this.statusStrip.Location = new System.Drawing.Point(0, 463);
189
            this.statusStrip.Name = "statusStrip";
190
            this.statusStrip.Size = new System.Drawing.Size(771, 26);
191
            this.statusStrip.TabIndex = 6;
192
            this.statusStrip.Text = "statusStrip1";
193
            // 
194
            // toolStripProgressBar
195
            // 
196
            this.toolStripProgressBar.Name = "toolStripProgressBar";
197
            this.toolStripProgressBar.Size = new System.Drawing.Size(130, 20);
198
            this.toolStripProgressBar.Step = 1;
199
            // 
200
            // splitContainer1
201
            // 
202
            this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
203
            | System.Windows.Forms.AnchorStyles.Left) 
204
            | System.Windows.Forms.AnchorStyles.Right)));
205
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
206
            this.splitContainer1.Location = new System.Drawing.Point(1, 24);
207
            this.splitContainer1.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
208
            this.splitContainer1.Name = "splitContainer1";
209
            // 
210
            // splitContainer1.Panel1
211
            // 
212
            this.splitContainer1.Panel1.Controls.Add(this.treeViewDrawing);
213
            // 
214
            // splitContainer1.Panel2
215
            // 
216
            this.splitContainer1.Panel2.Controls.Add(this.listBoxLog);
217
            this.splitContainer1.Size = new System.Drawing.Size(769, 439);
218
            this.splitContainer1.SplitterDistance = 218;
219
            this.splitContainer1.TabIndex = 7;
220
            // 
221
            // treeViewDrawing
222
            // 
223
            this.treeViewDrawing.CheckBoxes = true;
224
            this.treeViewDrawing.Dock = System.Windows.Forms.DockStyle.Fill;
225
            this.treeViewDrawing.Location = new System.Drawing.Point(0, 0);
226
            this.treeViewDrawing.Name = "treeViewDrawing";
227
            treeNode1.Name = "Drawing";
228
            treeNode1.Text = "Drawing";
229
            this.treeViewDrawing.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
230
            treeNode1});
231
            this.treeViewDrawing.ShowRootLines = false;
232
            this.treeViewDrawing.Size = new System.Drawing.Size(218, 439);
233
            this.treeViewDrawing.TabIndex = 0;
234
            this.treeViewDrawing.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeViewDrawing_AfterCheck);
235
            // 
236
            // SPPIDConverter
237
            // 
238
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
239
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
240
            this.Controls.Add(this.statusStrip);
241
            this.Controls.Add(this.menuStrip);
242
            this.Controls.Add(this.splitContainer1);
243
            this.Controls.Add(this.mouseControl);
244
            this.Controls.Add(this.commandControl);
245
            this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
246
            this.Name = "SPPIDConverter";
247
            this.Size = new System.Drawing.Size(771, 489);
248
            ((System.ComponentModel.ISupportInitialize)(this.commandControl)).EndInit();
249
            ((System.ComponentModel.ISupportInitialize)(this.mouseControl)).EndInit();
250
            this.menuStrip.ResumeLayout(false);
251
            this.menuStrip.PerformLayout();
252
            this.statusStrip.ResumeLayout(false);
253
            this.statusStrip.PerformLayout();
254
            this.splitContainer1.Panel1.ResumeLayout(false);
255
            this.splitContainer1.Panel2.ResumeLayout(false);
256
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
257
            this.splitContainer1.ResumeLayout(false);
258
            this.ResumeLayout(false);
259
            this.PerformLayout();
260

    
261
        }
262

    
263
        #endregion
264

    
265
        private Ingr.RAD2D.MacroControls.CmdCtrl.IgCommand commandControl;
266
        private Ingr.RAD2D.MacroControls.MouseCtrl.IgMouse mouseControl;
267
        private System.Windows.Forms.ListBox listBoxLog;
268
        private System.Windows.Forms.MenuStrip menuStrip;
269
        private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
270
        private System.Windows.Forms.ToolStripMenuItem openDocumentsToolStripMenuItem;
271
        private System.Windows.Forms.ToolStripMenuItem toolToolStripMenuItem;
272
        private System.Windows.Forms.ToolStripMenuItem itemMappingToolStripMenuItem;
273
        private System.Windows.Forms.ToolStripMenuItem importToolStripMenuItem;
274
        private System.Windows.Forms.ToolStripMenuItem convertToolStripMenuItem;
275
        private System.Windows.Forms.ToolStripMenuItem stopToolStripMenuItem;
276
        private System.Windows.Forms.StatusStrip statusStrip;
277
        private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar;
278
        private System.Windows.Forms.SplitContainer splitContainer1;
279
        private System.Windows.Forms.TreeView treeViewDrawing;
280
        private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
281
    }
282
}
클립보드 이미지 추가 (최대 크기: 500 MB)