hytos / DTI_PID / APIDConverter / Form / APIDConverter.Designer.cs @ 4e320fcb
이력 | 보기 | 이력해설 | 다운로드 (2.06 KB)
1 | 74a0c9d6 | gaqhf | 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.button1 = new System.Windows.Forms.Button(); |
||
32 | this.SuspendLayout(); |
||
33 | // |
||
34 | // button1 |
||
35 | // |
||
36 | this.button1.Location = new System.Drawing.Point(94, 54); |
||
37 | this.button1.Name = "button1"; |
||
38 | this.button1.Size = new System.Drawing.Size(75, 23); |
||
39 | this.button1.TabIndex = 0; |
||
40 | this.button1.Text = "button1"; |
||
41 | this.button1.UseVisualStyleBackColor = true; |
||
42 | this.button1.Click += new System.EventHandler(this.button1_Click); |
||
43 | // |
||
44 | // APIDConverter |
||
45 | // |
||
46 | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
||
47 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
48 | this.ClientSize = new System.Drawing.Size(979, 516); |
||
49 | this.Controls.Add(this.button1); |
||
50 | this.Name = "APIDConverter"; |
||
51 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
||
52 | this.Text = "APIDConverter"; |
||
53 | this.ResumeLayout(false); |
||
54 | |||
55 | } |
||
56 | |||
57 | #endregion |
||
58 | |||
59 | private System.Windows.Forms.Button button1; |
||
60 | } |
||
61 | } |