tx
2025-04-10 2538101febc78f525945da72c7cdcb2589f9e6ea
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
namespace TProduct.WinFrmUI
{
    partial class InputSimuCurveParasDlg
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param nameLogin="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region Windows Form Designer generated code
 
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InputSimuCurveParasDlg));
            this.btnCancel = new System.Windows.Forms.Button();
            this.textPara = new DevExpress.XtraEditors.SpinEdit();
            this.label叶轮直径 = new System.Windows.Forms.Label();
            this.btnAdd = new System.Windows.Forms.Button();
            this.label泵的子型号 = new System.Windows.Forms.Label();
            this.textBox泵的子型号 = new System.Windows.Forms.TextBox();
            this.labelUnit = new System.Windows.Forms.Label();
            this.label物料代码 = new System.Windows.Forms.Label();
            this.textBox物料代码 = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.textPara.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // btnCancel
            // 
            this.btnCancel.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnCancel.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnCancel.Location = new System.Drawing.Point(126, 100);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(58, 25);
            this.btnCancel.TabIndex = 20;
            this.btnCancel.Text = "取消";
            this.btnCancel.UseVisualStyleBackColor = false;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // textPara
            // 
            this.textPara.EditValue = new decimal(new int[] {
            505,
            0,
            0,
            65536});
            this.textPara.Location = new System.Drawing.Point(104, 10);
            this.textPara.Name = "textPara";
            this.textPara.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.textPara.Properties.MaxValue = new decimal(new int[] {
            99,
            0,
            0,
            0});
            this.textPara.Properties.MinValue = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.textPara.Size = new System.Drawing.Size(70, 20);
            this.textPara.TabIndex = 15;
            // 
            // label叶轮直径
            // 
            this.label叶轮直径.AutoSize = true;
            this.label叶轮直径.Location = new System.Drawing.Point(40, 15);
            this.label叶轮直径.Margin = new System.Windows.Forms.Padding(0);
            this.label叶轮直径.Name = "label叶轮直径";
            this.label叶轮直径.Size = new System.Drawing.Size(53, 12);
            this.label叶轮直径.TabIndex = 18;
            this.label叶轮直径.Text = "叶轮直径";
            // 
            // btnAdd
            // 
            this.btnAdd.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            this.btnAdd.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAdd.BackgroundImage")));
            this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnAdd.Location = new System.Drawing.Point(50, 100);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(51, 25);
            this.btnAdd.TabIndex = 17;
            this.btnAdd.Text = "添加";
            this.btnAdd.UseVisualStyleBackColor = false;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // label泵的子型号
            // 
            this.label泵的子型号.AutoSize = true;
            this.label泵的子型号.Location = new System.Drawing.Point(28, 39);
            this.label泵的子型号.Margin = new System.Windows.Forms.Padding(0);
            this.label泵的子型号.Name = "label泵的子型号";
            this.label泵的子型号.Size = new System.Drawing.Size(65, 12);
            this.label泵的子型号.TabIndex = 18;
            this.label泵的子型号.Text = "泵的子型号";
            // 
            // textBox泵的子型号
            // 
            this.textBox泵的子型号.Location = new System.Drawing.Point(104, 34);
            this.textBox泵的子型号.Margin = new System.Windows.Forms.Padding(2);
            this.textBox泵的子型号.Name = "textBox泵的子型号";
            this.textBox泵的子型号.Size = new System.Drawing.Size(115, 21);
            this.textBox泵的子型号.TabIndex = 21;
            // 
            // labelUnit
            // 
            this.labelUnit.Location = new System.Drawing.Point(181, 12);
            this.labelUnit.Name = "labelUnit";
            this.labelUnit.Size = new System.Drawing.Size(37, 14);
            this.labelUnit.TabIndex = 22;
            this.labelUnit.Text = "(mm)";
            // 
            // label物料代码
            // 
            this.label物料代码.AutoSize = true;
            this.label物料代码.Location = new System.Drawing.Point(40, 63);
            this.label物料代码.Margin = new System.Windows.Forms.Padding(0);
            this.label物料代码.Name = "label物料代码";
            this.label物料代码.Size = new System.Drawing.Size(53, 12);
            this.label物料代码.TabIndex = 18;
            this.label物料代码.Text = "物料代码";
            // 
            // textBox物料代码
            // 
            this.textBox物料代码.Location = new System.Drawing.Point(104, 59);
            this.textBox物料代码.Margin = new System.Windows.Forms.Padding(2);
            this.textBox物料代码.Name = "textBox物料代码";
            this.textBox物料代码.Size = new System.Drawing.Size(115, 21);
            this.textBox物料代码.TabIndex = 21;
            // 
            // InputSimuCurveParasDlg
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(238, 140);
            this.Controls.Add(this.labelUnit);
            this.Controls.Add(this.textBox物料代码);
            this.Controls.Add(this.textBox泵的子型号);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.label物料代码);
            this.Controls.Add(this.textPara);
            this.Controls.Add(this.label泵的子型号);
            this.Controls.Add(this.label叶轮直径);
            this.Controls.Add(this.btnAdd);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "InputCutCurveParasDlg";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Load += new System.EventHandler(this.onDlg_Load);
            ((System.ComponentModel.ISupportInitialize)(this.textPara.Properties)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
 
        }
 
        #endregion
 
        private System.Windows.Forms.Button btnCancel;
        private DevExpress.XtraEditors.SpinEdit textPara;
        private System.Windows.Forms.Label label叶轮直径;
        private System.Windows.Forms.Button btnAdd;
        private System.Windows.Forms.Label label泵的子型号;
        private System.Windows.Forms.TextBox textBox泵的子型号;
        private System.Windows.Forms.Label labelUnit;
        private System.Windows.Forms.Label label物料代码;
        private System.Windows.Forms.TextBox textBox物料代码;
    }
}