hytos / DTI_PID / SPPIDConverter / Wrapper / SPPIDConverterWrapper.Designer.cs @ d19ae675
이력 | 보기 | 이력해설 | 다운로드 (3.04 KB)
1 | 0a24b232 | gaqhf | namespace Converter.SPPID.Wrapper |
---|---|---|---|
2 | 2cae7d1f | gaqhf | { |
3 | 2f0955d4 | gaqhf | partial class SPPIDConverterWrapper |
4 | 2cae7d1f | gaqhf | { |
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 | 2f0955d4 | gaqhf | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SPPIDConverterWrapper)); |
32 | 2cae7d1f | gaqhf | this.commandControl = new Ingr.RAD2D.MacroControls.CmdCtrl.IgCommand(); |
33 | ((System.ComponentModel.ISupportInitialize)(this.commandControl)).BeginInit(); |
||
34 | this.SuspendLayout(); |
||
35 | // |
||
36 | // commandControl |
||
37 | // |
||
38 | this.commandControl.Enabled = true; |
||
39 | this.commandControl.Location = new System.Drawing.Point(0, 0); |
||
40 | this.commandControl.Name = "commandControl"; |
||
41 | this.commandControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("commandControl.OcxState"))); |
||
42 | this.commandControl.Size = new System.Drawing.Size(28, 28); |
||
43 | this.commandControl.TabIndex = 0; |
||
44 | this.commandControl.Activate += new System.EventHandler(this.commandControl_Activate); |
||
45 | this.commandControl.Deactivate += new System.EventHandler(this.commandControl_Deactivate); |
||
46 | this.commandControl.Terminate += new System.EventHandler(this.commandControl_Terminate); |
||
47 | this.commandControl.Initialize += new System.EventHandler(this.commandControl_Initialize); |
||
48 | // |
||
49 | // FormName |
||
50 | // |
||
51 | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); |
||
52 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
53 | this.ClientSize = new System.Drawing.Size(282, 255); |
||
54 | this.Controls.Add(this.commandControl); |
||
55 | this.Name = "SPPIDConverterDialogBarWrapper"; |
||
56 | this.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation; |
||
57 | this.Text = "SPPIDConverter_DialogBarWrapper"; |
||
58 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SPPIDConverterDialogBarWrapper_FormClosing); |
||
59 | ((System.ComponentModel.ISupportInitialize)(this.commandControl)).EndInit(); |
||
60 | this.ResumeLayout(false); |
||
61 | |||
62 | } |
||
63 | 0a24b232 | gaqhf | |
64 | 2cae7d1f | gaqhf | #endregion |
65 | |||
66 | public Ingr.RAD2D.MacroControls.CmdCtrl.IgCommand commandControl; |
||
67 | } |
||
68 | } |