123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- namespace WinForms
- {
- partial class SelectWork
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="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(SelectWork));
- this.btnCancel = new HZH_Controls.Controls.UCBtnExt();
- this.btnSubmit = new HZH_Controls.Controls.UCBtnExt();
- this.ucPagerControl21 = new HZH_Controls.Controls.UCPagerControl2();
- this.ucDataGridView1 = new HZH_Controls.Controls.UCDataGridView();
- this.btnSearch = new HZH_Controls.Controls.UCBtnExt();
- this.txtName = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // btnCancel
- //
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BtnBackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.BtnForeColor = System.Drawing.Color.White;
- this.btnCancel.BtnText = "取消";
- this.btnCancel.ConerRadius = 5;
- this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnCancel.EnabledMouseEffect = true;
- this.btnCancel.FillColor = System.Drawing.Color.Silver;
- this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.IsRadius = true;
- this.btnCancel.IsShowRect = false;
- this.btnCancel.IsShowTips = false;
- this.btnCancel.Location = new System.Drawing.Point(609, 410);
- this.btnCancel.Margin = new System.Windows.Forms.Padding(0);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.RectColor = System.Drawing.Color.Gainsboro;
- this.btnCancel.RectWidth = 1;
- this.btnCancel.Size = new System.Drawing.Size(80, 31);
- this.btnCancel.TabIndex = 16;
- this.btnCancel.TabStop = false;
- this.btnCancel.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
- this.btnCancel.TipsText = "";
- this.btnCancel.BtnClick += new System.EventHandler(this.btnCancel_BtnClick);
- //
- // btnSubmit
- //
- this.btnSubmit.BackColor = System.Drawing.Color.Transparent;
- this.btnSubmit.BtnBackColor = System.Drawing.Color.Transparent;
- this.btnSubmit.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSubmit.BtnForeColor = System.Drawing.Color.White;
- this.btnSubmit.BtnText = "确定";
- this.btnSubmit.ConerRadius = 5;
- this.btnSubmit.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnSubmit.EnabledMouseEffect = true;
- this.btnSubmit.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(159)))), ((int)(((byte)(255)))));
- this.btnSubmit.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.btnSubmit.ForeColor = System.Drawing.Color.White;
- this.btnSubmit.IsRadius = true;
- this.btnSubmit.IsShowRect = false;
- this.btnSubmit.IsShowTips = false;
- this.btnSubmit.Location = new System.Drawing.Point(520, 410);
- this.btnSubmit.Margin = new System.Windows.Forms.Padding(0);
- this.btnSubmit.Name = "btnSubmit";
- this.btnSubmit.RectColor = System.Drawing.Color.Gainsboro;
- this.btnSubmit.RectWidth = 1;
- this.btnSubmit.Size = new System.Drawing.Size(80, 31);
- this.btnSubmit.TabIndex = 17;
- this.btnSubmit.TabStop = false;
- this.btnSubmit.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
- this.btnSubmit.TipsText = "";
- this.btnSubmit.BtnClick += new System.EventHandler(this.btnSubmit_BtnClick);
- //
- // ucPagerControl21
- //
- this.ucPagerControl21.BackColor = System.Drawing.Color.White;
- this.ucPagerControl21.DataSource = ((System.Collections.Generic.List<object>)(resources.GetObject("ucPagerControl21.DataSource")));
- this.ucPagerControl21.Location = new System.Drawing.Point(0, 366);
- this.ucPagerControl21.Name = "ucPagerControl21";
- this.ucPagerControl21.PageCount = 0;
- this.ucPagerControl21.PageIndex = 1;
- this.ucPagerControl21.PageModel = HZH_Controls.Controls.PageModel.PageCount;
- this.ucPagerControl21.PageSize = 10;
- this.ucPagerControl21.Size = new System.Drawing.Size(698, 41);
- this.ucPagerControl21.StartIndex = 0;
- this.ucPagerControl21.TabIndex = 18;
- this.ucPagerControl21.ShowSourceChanged += new HZH_Controls.Controls.PageControlEventHandler(this.ucPagerControl21_ShowSourceChanged);
- //
- // ucDataGridView1
- //
- this.ucDataGridView1.BackColor = System.Drawing.Color.White;
- this.ucDataGridView1.Columns = null;
- this.ucDataGridView1.DataSource = null;
- this.ucDataGridView1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ucDataGridView1.HeadFont = new System.Drawing.Font("微软雅黑", 12F);
- this.ucDataGridView1.HeadHeight = 40;
- this.ucDataGridView1.HeadPadingLeft = 0;
- this.ucDataGridView1.HeadTextColor = System.Drawing.Color.Black;
- this.ucDataGridView1.IsShowCheckBox = false;
- this.ucDataGridView1.IsShowHead = true;
- this.ucDataGridView1.Location = new System.Drawing.Point(0, 0);
- this.ucDataGridView1.Name = "ucDataGridView1";
- this.ucDataGridView1.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
- this.ucDataGridView1.RowHeight = 40;
- this.ucDataGridView1.RowType = typeof(HZH_Controls.Controls.UCDataGridViewRow);
- this.ucDataGridView1.Size = new System.Drawing.Size(698, 360);
- this.ucDataGridView1.TabIndex = 19;
- this.ucDataGridView1.ItemClick += new HZH_Controls.Controls.DataGridViewEventHandler(this.ucDataGridView1_ItemClick);
- //
- // btnSearch
- //
- this.btnSearch.BackColor = System.Drawing.Color.Transparent;
- this.btnSearch.BtnBackColor = System.Drawing.Color.Transparent;
- this.btnSearch.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSearch.BtnForeColor = System.Drawing.Color.White;
- this.btnSearch.BtnText = "搜索";
- this.btnSearch.ConerRadius = 5;
- this.btnSearch.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnSearch.EnabledMouseEffect = true;
- this.btnSearch.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
- this.btnSearch.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.btnSearch.ForeColor = System.Drawing.Color.White;
- this.btnSearch.IsRadius = true;
- this.btnSearch.IsShowRect = false;
- this.btnSearch.IsShowTips = false;
- this.btnSearch.Location = new System.Drawing.Point(299, 410);
- this.btnSearch.Margin = new System.Windows.Forms.Padding(0);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.RectColor = System.Drawing.Color.Gainsboro;
- this.btnSearch.RectWidth = 1;
- this.btnSearch.Size = new System.Drawing.Size(80, 31);
- this.btnSearch.TabIndex = 18;
- this.btnSearch.TabStop = false;
- this.btnSearch.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
- this.btnSearch.TipsText = "";
- 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
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(698, 450);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.txtName);
- this.Controls.Add(this.btnSearch);
- this.Controls.Add(this.ucDataGridView1);
- this.Controls.Add(this.ucPagerControl21);
- this.Controls.Add(this.btnSubmit);
- this.Controls.Add(this.btnCancel);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "SelectWork";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "工单";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private HZH_Controls.Controls.UCBtnExt btnCancel;
- private HZH_Controls.Controls.UCBtnExt btnSubmit;
- private HZH_Controls.Controls.UCPagerControl2 ucPagerControl21;
- private HZH_Controls.Controls.UCDataGridView ucDataGridView1;
- private HZH_Controls.Controls.UCBtnExt btnSearch;
- private System.Windows.Forms.TextBox txtName;
- private System.Windows.Forms.Label label1;
- }
- }
|