1: namespace WindowsFormsControlLibrary1
2: {
3: partial class ctl_tb_codsoftitem_Keel
4: {
5: /// <summary>
6: /// 必需的设计器变量。
7: /// </summary>
8: private System.ComponentModel.IContainer components = null;
9:
10: /// <summary>
11: /// 清理所有正在使用的资源。
12: /// </summary>
13: /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
24:
25: /// <summary>
26: /// 设计器支持所需的方法 - 不要
27: /// 使用代码编辑器修改此方法的内容。
28: /// </summary>
29: private void InitializeComponent()
30: {
31: this.lblCodFileMd5 = new System.Windows.Forms.Label();
32: this.txtCodFileMd5 = new System.Windows.Forms.TextBox();
33: this.lblFullName = new System.Windows.Forms.Label();
34: this.txtFullName = new System.Windows.Forms.TextBox();
35: this.lblSoftName = new System.Windows.Forms.Label();
36: this.txtSoftName = new System.Windows.Forms.TextBox();
37: this.lblVersion = new System.Windows.Forms.Label();
38: this.txtVersion = new System.Windows.Forms.TextBox();
39: this.lblSize = new System.Windows.Forms.Label();
40: this.nudSize = new System.Windows.Forms.NumericUpDown();
41: this.lblCreated = new System.Windows.Forms.Label();
42: this.dtpCreated = new System.Windows.Forms.DateTimePicker();
43: this.lblScore_Good = new System.Windows.Forms.Label();
44: this.nudScore_Good = new System.Windows.Forms.NumericUpDown();
45: this.lblScore_Bad = new System.Windows.Forms.Label();
46: this.nudScore_Bad = new System.Windows.Forms.NumericUpDown();
47: this.lblMoney = new System.Windows.Forms.Label();
48: this.nudMoney = new System.Windows.Forms.NumericUpDown();
49: this.lblUploadDateTime = new System.Windows.Forms.Label();
50: this.dtpUploadDateTime = new System.Windows.Forms.DateTimePicker();
51: this.lblPhoneTypes = new System.Windows.Forms.Label();
52: this.txtPhoneTypes = new System.Windows.Forms.TextBox();
53: this.lblPhoneOS = new System.Windows.Forms.Label();
54: this.txtPhoneOS = new System.Windows.Forms.TextBox();
55: ((System.ComponentModel.ISupportInitialize)(this.nudSize)).BeginInit();
56: ((System.ComponentModel.ISupportInitialize)(this.nudScore_Good)).BeginInit();
57: ((System.ComponentModel.ISupportInitialize)(this.nudScore_Bad)).BeginInit();
58: ((System.ComponentModel.ISupportInitialize)(this.nudMoney)).BeginInit();
59: this.SuspendLayout();
60: //
61: // lblCodFileMd5
62: //
63: this.lblCodFileMd5.Location = new System.Drawing.Point(20, 30);
64: this.lblCodFileMd5.Name = "lblCodFileMd5";
65: this.lblCodFileMd5.Size = new System.Drawing.Size(100, 23);
66: this.lblCodFileMd5.TabIndex = 0;
67: this.lblCodFileMd5.Text = "这是cod软件项";
68: //
69: // txtCodFileMd5
70: //
71: this.txtCodFileMd5.Location = new System.Drawing.Point(150, 30);
72: this.txtCodFileMd5.Name = "txtCodFileMd5";
73: this.txtCodFileMd5.Size = new System.Drawing.Size(100, 21);
74: this.txtCodFileMd5.TabIndex = 1;
75: //
76: // lblFullName
77: //
78: this.lblFullName.Location = new System.Drawing.Point(320, 30);
79: this.lblFullName.Name = "lblFullName";
80: this.lblFullName.Size = new System.Drawing.Size(100, 23);
81: this.lblFullName.TabIndex = 2;
82: this.lblFullName.Text = "FullName";
83: //
84: // txtFullName
85: //
86: this.txtFullName.Location = new System.Drawing.Point(450, 30);
87: this.txtFullName.Name = "txtFullName";
88: this.txtFullName.Size = new System.Drawing.Size(100, 21);
89: this.txtFullName.TabIndex = 2;
90: //
91: // lblSoftName
92: //
93: this.lblSoftName.Location = new System.Drawing.Point(20, 60);
94: this.lblSoftName.Name = "lblSoftName";
95: this.lblSoftName.Size = new System.Drawing.Size(100, 23);
96: this.lblSoftName.TabIndex = 3;
97: this.lblSoftName.Text = "SoftName";
98: //
99: // txtSoftName
100: //
101: this.txtSoftName.Location = new System.Drawing.Point(150, 60);
102: this.txtSoftName.Name = "txtSoftName";
103: this.txtSoftName.Size = new System.Drawing.Size(100, 21);
104: this.txtSoftName.TabIndex = 3;
105: //
106: // lblVersion
107: //
108: this.lblVersion.Location = new System.Drawing.Point(320, 60);
109: this.lblVersion.Name = "lblVersion";
110: this.lblVersion.Size = new System.Drawing.Size(100, 23);
111: this.lblVersion.TabIndex = 4;
112: this.lblVersion.Text = "Version";
113: //
114: // txtVersion
115: //
116: this.txtVersion.Location = new System.Drawing.Point(450, 60);
117: this.txtVersion.Name = "txtVersion";
118: this.txtVersion.Size = new System.Drawing.Size(100, 21);
119: this.txtVersion.TabIndex = 4;
120: //
121: // lblSize
122: //
123: this.lblSize.Location = new System.Drawing.Point(20, 90);
124: this.lblSize.Name = "lblSize";
125: this.lblSize.Size = new System.Drawing.Size(100, 23);
126: this.lblSize.TabIndex = 5;
127: this.lblSize.Text = "Size";
128: //
129: // nudSize
130: //
131: this.nudSize.Location = new System.Drawing.Point(150, 90);
132: this.nudSize.Name = "nudSize";
133: this.nudSize.Size = new System.Drawing.Size(120, 21);
134: this.nudSize.TabIndex = 5;
135: //
136: // lblCreated
137: //
138: this.lblCreated.Location = new System.Drawing.Point(320, 90);
139: this.lblCreated.Name = "lblCreated";
140: this.lblCreated.Size = new System.Drawing.Size(100, 23);
141: this.lblCreated.TabIndex = 6;
142: this.lblCreated.Text = "Created";
143: //
144: // dtpCreated
145: //
146: this.dtpCreated.Location = new System.Drawing.Point(450, 90);
147: this.dtpCreated.Name = "dtpCreated";
148: this.dtpCreated.Size = new System.Drawing.Size(200, 21);
149: this.dtpCreated.TabIndex = 6;
150: //
151: // lblScore_Good
152: //
153: this.lblScore_Good.Location = new System.Drawing.Point(20, 120);
154: this.lblScore_Good.Name = "lblScore_Good";
155: this.lblScore_Good.Size = new System.Drawing.Size(100, 23);
156: this.lblScore_Good.TabIndex = 7;
157: this.lblScore_Good.Text = "Score_Good";
158: //
159: // nudScore_Good
160: //
161: this.nudScore_Good.Location = new System.Drawing.Point(150, 120);
162: this.nudScore_Good.Name = "nudScore_Good";
163: this.nudScore_Good.Size = new System.Drawing.Size(120, 21);
164: this.nudScore_Good.TabIndex = 7;
165: //
166: // lblScore_Bad
167: //
168: this.lblScore_Bad.Location = new System.Drawing.Point(320, 120);
169: this.lblScore_Bad.Name = "lblScore_Bad";
170: this.lblScore_Bad.Size = new System.Drawing.Size(100, 23);
171: this.lblScore_Bad.TabIndex = 8;
172: this.lblScore_Bad.Text = "Score_Bad";
173: //
174: // nudScore_Bad
175: //
176: this.nudScore_Bad.Location = new System.Drawing.Point(450, 120);
177: this.nudScore_Bad.Name = "nudScore_Bad";
178: this.nudScore_Bad.Size = new System.Drawing.Size(120, 21);
179: this.nudScore_Bad.TabIndex = 8;
180: //
181: // lblMoney
182: //
183: this.lblMoney.Location = new System.Drawing.Point(20, 150);
184: this.lblMoney.Name = "lblMoney";
185: this.lblMoney.Size = new System.Drawing.Size(100, 23);
186: this.lblMoney.TabIndex = 9;
187: this.lblMoney.Text = "Money";
188: //
189: // nudMoney
190: //
191: this.nudMoney.Location = new System.Drawing.Point(150, 150);
192: this.nudMoney.Name = "nudMoney";
193: this.nudMoney.Size = new System.Drawing.Size(120, 21);
194: this.nudMoney.TabIndex = 9;
195: //
196: // lblUploadDateTime
197: //
198: this.lblUploadDateTime.Location = new System.Drawing.Point(320, 150);
199: this.lblUploadDateTime.Name = "lblUploadDateTime";
200: this.lblUploadDateTime.Size = new System.Drawing.Size(100, 23);
201: this.lblUploadDateTime.TabIndex = 10;
202: this.lblUploadDateTime.Text = "UploadDateTime";
203: //
204: // dtpUploadDateTime
205: //
206: this.dtpUploadDateTime.Location = new System.Drawing.Point(450, 150);
207: this.dtpUploadDateTime.Name = "dtpUploadDateTime";
208: this.dtpUploadDateTime.Size = new System.Drawing.Size(200, 21);
209: this.dtpUploadDateTime.TabIndex = 10;
210: //
211: // lblPhoneTypes
212: //
213: this.lblPhoneTypes.Location = new System.Drawing.Point(20, 180);
214: this.lblPhoneTypes.Name = "lblPhoneTypes";
215: this.lblPhoneTypes.Size = new System.Drawing.Size(100, 23);
216: this.lblPhoneTypes.TabIndex = 11;
217: this.lblPhoneTypes.Text = "PhoneTypes";
218: //
219: // txtPhoneTypes
220: //
221: this.txtPhoneTypes.Location = new System.Drawing.Point(150, 180);
222: this.txtPhoneTypes.Name = "txtPhoneTypes";
223: this.txtPhoneTypes.Size = new System.Drawing.Size(100, 21);
224: this.txtPhoneTypes.TabIndex = 11;
225: //
226: // lblPhoneOS
227: //
228: this.lblPhoneOS.Location = new System.Drawing.Point(320, 180);
229: this.lblPhoneOS.Name = "lblPhoneOS";
230: this.lblPhoneOS.Size = new System.Drawing.Size(100, 23);
231: this.lblPhoneOS.TabIndex = 12;
232: this.lblPhoneOS.Text = "PhoneOS";
233: //
234: // txtPhoneOS
235: //
236: this.txtPhoneOS.Location = new System.Drawing.Point(450, 180);
237: this.txtPhoneOS.Name = "txtPhoneOS";
238: this.txtPhoneOS.Size = new System.Drawing.Size(100, 21);
239: this.txtPhoneOS.TabIndex = 12;
240: //
241: // ctl_tb_codsoftitem_Keel
242: //
243: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
244: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
245: this.Controls.Add(this.lblCodFileMd5);
246: this.Controls.Add(this.txtCodFileMd5);
247: this.Controls.Add(this.lblFullName);
248: this.Controls.Add(this.txtFullName);
249: this.Controls.Add(this.lblSoftName);
250: this.Controls.Add(this.txtSoftName);
251: this.Controls.Add(this.lblVersion);
252: this.Controls.Add(this.txtVersion);
253: this.Controls.Add(this.lblSize);
254: this.Controls.Add(this.nudSize);
255: this.Controls.Add(this.lblCreated);
256: this.Controls.Add(this.dtpCreated);
257: this.Controls.Add(this.lblScore_Good);
258: this.Controls.Add(this.nudScore_Good);
259: this.Controls.Add(this.lblScore_Bad);
260: this.Controls.Add(this.nudScore_Bad);
261: this.Controls.Add(this.lblMoney);
262: this.Controls.Add(this.nudMoney);
263: this.Controls.Add(this.lblUploadDateTime);
264: this.Controls.Add(this.dtpUploadDateTime);
265: this.Controls.Add(this.lblPhoneTypes);
266: this.Controls.Add(this.txtPhoneTypes);
267: this.Controls.Add(this.lblPhoneOS);
268: this.Controls.Add(this.txtPhoneOS);
269: this.Name = "ctl_tb_codsoftitem_Keel";
270: this.Size = new System.Drawing.Size(700, 251);
271: ((System.ComponentModel.ISupportInitialize)(this.nudSize)).EndInit();
272: ((System.ComponentModel.ISupportInitialize)(this.nudScore_Good)).EndInit();
273: ((System.ComponentModel.ISupportInitialize)(this.nudScore_Bad)).EndInit();
274: ((System.ComponentModel.ISupportInitialize)(this.nudMoney)).EndInit();
275: this.ResumeLayout(false);
276: this.PerformLayout();
277:
278: }
279:
280: #endregion
281:
282: public System.Windows.Forms.Label lblCodFileMd5;
283: public System.Windows.Forms.TextBox txtCodFileMd5;
284: public System.Windows.Forms.Label lblFullName;
285: public System.Windows.Forms.TextBox txtFullName;
286: public System.Windows.Forms.Label lblSoftName;
287: public System.Windows.Forms.TextBox txtSoftName;
288: public System.Windows.Forms.Label lblVersion;
289: public System.Windows.Forms.TextBox txtVersion;
290: public System.Windows.Forms.Label lblSize;
291: public System.Windows.Forms.NumericUpDown nudSize;
292: public System.Windows.Forms.Label lblCreated;
293: public System.Windows.Forms.DateTimePicker dtpCreated;
294: public System.Windows.Forms.Label lblScore_Good;
295: public System.Windows.Forms.NumericUpDown nudScore_Good;
296: public System.Windows.Forms.Label lblScore_Bad;
297: public System.Windows.Forms.NumericUpDown nudScore_Bad;
298: public System.Windows.Forms.Label lblMoney;
299: public System.Windows.Forms.NumericUpDown nudMoney;
300: public System.Windows.Forms.Label lblUploadDateTime;
301: public System.Windows.Forms.DateTimePicker dtpUploadDateTime;
302: public System.Windows.Forms.Label lblPhoneTypes;
303: public System.Windows.Forms.TextBox txtPhoneTypes;
304: public System.Windows.Forms.Label lblPhoneOS;
305: public System.Windows.Forms.TextBox txtPhoneOS;
306: }
307: }
308: