|
@@ -33,8 +33,9 @@
|
|
this.btnSubmit = new HZH_Controls.Controls.UCBtnExt();
|
|
this.btnSubmit = new HZH_Controls.Controls.UCBtnExt();
|
|
this.ucPagerControl21 = new HZH_Controls.Controls.UCPagerControl2();
|
|
this.ucPagerControl21 = new HZH_Controls.Controls.UCPagerControl2();
|
|
this.ucDataGridView1 = new HZH_Controls.Controls.UCDataGridView();
|
|
this.ucDataGridView1 = new HZH_Controls.Controls.UCDataGridView();
|
|
- this.txtName = new HZH_Controls.Controls.UCTextBoxEx();
|
|
|
|
this.btnSearch = new HZH_Controls.Controls.UCBtnExt();
|
|
this.btnSearch = new HZH_Controls.Controls.UCBtnExt();
|
|
|
|
+ this.txtName = new System.Windows.Forms.TextBox();
|
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
//
|
|
// btnCancel
|
|
// btnCancel
|
|
@@ -129,50 +130,6 @@
|
|
this.ucDataGridView1.TabIndex = 19;
|
|
this.ucDataGridView1.TabIndex = 19;
|
|
this.ucDataGridView1.ItemClick += new HZH_Controls.Controls.DataGridViewEventHandler(this.ucDataGridView1_ItemClick);
|
|
this.ucDataGridView1.ItemClick += new HZH_Controls.Controls.DataGridViewEventHandler(this.ucDataGridView1_ItemClick);
|
|
//
|
|
//
|
|
- // txtName
|
|
|
|
- //
|
|
|
|
- this.txtName.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
- this.txtName.ConerRadius = 5;
|
|
|
|
- this.txtName.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
|
- this.txtName.DecLength = 2;
|
|
|
|
- this.txtName.FillColor = System.Drawing.Color.Empty;
|
|
|
|
- this.txtName.FocusBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
|
|
|
|
- this.txtName.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
|
|
|
- this.txtName.InputText = "";
|
|
|
|
- this.txtName.InputType = HZH_Controls.TextInputType.NotControl;
|
|
|
|
- this.txtName.IsFocusColor = true;
|
|
|
|
- this.txtName.IsFouceShowKey = false;
|
|
|
|
- this.txtName.IsRadius = true;
|
|
|
|
- this.txtName.IsShowClearBtn = false;
|
|
|
|
- this.txtName.IsShowKeyboard = true;
|
|
|
|
- this.txtName.IsShowRect = true;
|
|
|
|
- this.txtName.IsShowSearchBtn = false;
|
|
|
|
- this.txtName.KeyBoardType = HZH_Controls.Controls.KeyBoardType.UCKeyBorderHand;
|
|
|
|
- this.txtName.Location = new System.Drawing.Point(13, 410);
|
|
|
|
- this.txtName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
- this.txtName.MaxValue = new decimal(new int[] {
|
|
|
|
- 1000000,
|
|
|
|
- 0,
|
|
|
|
- 0,
|
|
|
|
- 0});
|
|
|
|
- this.txtName.MinValue = new decimal(new int[] {
|
|
|
|
- 1000000,
|
|
|
|
- 0,
|
|
|
|
- 0,
|
|
|
|
- -2147483648});
|
|
|
|
- this.txtName.Name = "txtName";
|
|
|
|
- this.txtName.Padding = new System.Windows.Forms.Padding(5);
|
|
|
|
- this.txtName.PasswordChar = '\0';
|
|
|
|
- this.txtName.PromptColor = System.Drawing.Color.Gray;
|
|
|
|
- this.txtName.PromptFont = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
|
|
|
- this.txtName.PromptText = "名称";
|
|
|
|
- this.txtName.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
|
|
- this.txtName.RectWidth = 1;
|
|
|
|
- this.txtName.RegexPattern = "";
|
|
|
|
- this.txtName.Size = new System.Drawing.Size(277, 31);
|
|
|
|
- this.txtName.TabIndex = 20;
|
|
|
|
- this.txtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
|
|
- //
|
|
|
|
// btnSearch
|
|
// btnSearch
|
|
//
|
|
//
|
|
this.btnSearch.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnSearch.BackColor = System.Drawing.Color.Transparent;
|
|
@@ -201,14 +158,33 @@
|
|
this.btnSearch.TipsText = "";
|
|
this.btnSearch.TipsText = "";
|
|
this.btnSearch.BtnClick += new System.EventHandler(this.btnSearch_BtnClick);
|
|
this.btnSearch.BtnClick += new System.EventHandler(this.btnSearch_BtnClick);
|
|
//
|
|
//
|
|
|
|
+ // txtName
|
|
|
|
+ //
|
|
|
|
+ this.txtName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
+ this.txtName.Location = new System.Drawing.Point(76, 412);
|
|
|
|
+ this.txtName.Name = "txtName";
|
|
|
|
+ this.txtName.Size = new System.Drawing.Size(211, 29);
|
|
|
|
+ this.txtName.TabIndex = 21;
|
|
|
|
+ //
|
|
|
|
+ // label1
|
|
|
|
+ //
|
|
|
|
+ this.label1.AutoSize = true;
|
|
|
|
+ this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
+ this.label1.Location = new System.Drawing.Point(12, 415);
|
|
|
|
+ this.label1.Name = "label1";
|
|
|
|
+ this.label1.Size = new System.Drawing.Size(58, 21);
|
|
|
|
+ this.label1.TabIndex = 72;
|
|
|
|
+ this.label1.Text = "名称:";
|
|
|
|
+ //
|
|
// SelectWork
|
|
// SelectWork
|
|
//
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(698, 450);
|
|
this.ClientSize = new System.Drawing.Size(698, 450);
|
|
- this.Controls.Add(this.btnSearch);
|
|
|
|
|
|
+ this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.txtName);
|
|
this.Controls.Add(this.txtName);
|
|
|
|
+ this.Controls.Add(this.btnSearch);
|
|
this.Controls.Add(this.ucDataGridView1);
|
|
this.Controls.Add(this.ucDataGridView1);
|
|
this.Controls.Add(this.ucPagerControl21);
|
|
this.Controls.Add(this.ucPagerControl21);
|
|
this.Controls.Add(this.btnSubmit);
|
|
this.Controls.Add(this.btnSubmit);
|
|
@@ -219,6 +195,7 @@
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "工单";
|
|
this.Text = "工单";
|
|
this.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
+ this.PerformLayout();
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@@ -228,7 +205,8 @@
|
|
private HZH_Controls.Controls.UCBtnExt btnSubmit;
|
|
private HZH_Controls.Controls.UCBtnExt btnSubmit;
|
|
private HZH_Controls.Controls.UCPagerControl2 ucPagerControl21;
|
|
private HZH_Controls.Controls.UCPagerControl2 ucPagerControl21;
|
|
private HZH_Controls.Controls.UCDataGridView ucDataGridView1;
|
|
private HZH_Controls.Controls.UCDataGridView ucDataGridView1;
|
|
- private HZH_Controls.Controls.UCTextBoxEx txtName;
|
|
|
|
private HZH_Controls.Controls.UCBtnExt btnSearch;
|
|
private HZH_Controls.Controls.UCBtnExt btnSearch;
|
|
|
|
+ private System.Windows.Forms.TextBox txtName;
|
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
}
|
|
}
|
|
}
|
|
}
|