123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475 |
- namespace LYFZ.Software.UI.TimeAndAttendance
- {
- partial class frmTimesign
- {
- /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTimesign));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtfixed = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.dtptimes = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.cmbTypes = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.txtprincipal = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtname = new LYFZ.ComponentLibrary.TextBoxEx();
- this.btncancel = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnsign = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
- this.panelEx4.SuspendLayout();
- this.panelEx2.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
- this.plExMainContainer.Size = new System.Drawing.Size(850, 435);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(850, 435);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(260, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(818, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(791, 0);
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.dgvData);
- this.panelEx1.Controls.Add(this.panelEx4);
- this.panelEx1.Controls.Add(this.panelEx2);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(10, 10);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
- this.panelEx1.Size = new System.Drawing.Size(830, 415);
- this.panelEx1.TabIndex = 0;
- //
- // dgvData
- //
- this.dgvData.AllowUserToAddRows = false;
- this.dgvData.AllowUserToDeleteRows = false;
- this.dgvData.AllowUserToResizeRows = false;
- this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgvData.BackgroundColor = System.Drawing.Color.White;
- this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvData.ColumnHeadersHeight = 24;
- this.dgvData.dgvColumnHeadersHeight = 24;
- this.dgvData.dgvCurrentColumnOriginalSet = "";
- this.dgvData.dgvCurrentColumnWidth = "";
- this.dgvData.dgvCurrentHideColumn = null;
- this.dgvData.dgvFixedHideColumn = null;
- this.dgvData.dgvGuidName = null;
- this.dgvData.dgvUserEmployeeID = null;
- this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvData.EnableHeadersVisualStyles = false;
- this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvData.ImageHeight = 15;
- this.dgvData.ImageWidth = 15;
- this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
- this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
- this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
- this.dgvData.IsCompleteBonding = false;
- this.dgvData.IsCopyCellValue = true;
- this.dgvData.IsShowSerialNumber = false;
- this.dgvData.IsSortedRedraw = true;
- this.dgvData.IsSortMode = false;
- this.dgvData.Location = new System.Drawing.Point(311, 43);
- this.dgvData.Name = "dgvData";
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvData.RowHeadersWidth = 25;
- this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvData.RowTemplate.Height = 23;
- this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvData.Size = new System.Drawing.Size(517, 370);
- this.dgvData.TabIndex = 2;
- this.dgvData.ViceCount = 1;
- //
- // panelEx4
- //
- this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx4.BorderWidth = 1;
- this.panelEx4.Controls.Add(this.labelEx6);
- this.panelEx4.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx4.Location = new System.Drawing.Point(311, 2);
- this.panelEx4.Name = "panelEx4";
- this.panelEx4.Size = new System.Drawing.Size(517, 41);
- this.panelEx4.TabIndex = 1;
- //
- // labelEx6
- //
- this.labelEx6.AutoSize = true;
- this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx6.Location = new System.Drawing.Point(6, 16);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(87, 19);
- this.labelEx6.TabIndex = 24;
- this.labelEx6.Text = "今年签单记录";
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.labelEx8);
- this.panelEx2.Controls.Add(this.txtfixed);
- this.panelEx2.Controls.Add(this.labelEx7);
- this.panelEx2.Controls.Add(this.labelEx5);
- this.panelEx2.Controls.Add(this.panelEx3);
- this.panelEx2.Controls.Add(this.dtptimes);
- this.panelEx2.Controls.Add(this.cmbTypes);
- this.panelEx2.Controls.Add(this.txtprincipal);
- this.panelEx2.Controls.Add(this.txtname);
- this.panelEx2.Controls.Add(this.btncancel);
- this.panelEx2.Controls.Add(this.btnsign);
- this.panelEx2.Controls.Add(this.labelEx4);
- this.panelEx2.Controls.Add(this.labelEx3);
- this.panelEx2.Controls.Add(this.labelEx2);
- this.panelEx2.Controls.Add(this.labelEx1);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Left;
- this.panelEx2.Location = new System.Drawing.Point(2, 2);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Padding = new System.Windows.Forms.Padding(1, 1, 18, 1);
- this.panelEx2.Size = new System.Drawing.Size(309, 411);
- this.panelEx2.TabIndex = 0;
- //
- // labelEx8
- //
- this.labelEx8.AutoSize = true;
- this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx8.ForeColor = System.Drawing.Color.Red;
- this.labelEx8.Location = new System.Drawing.Point(93, 210);
- this.labelEx8.Name = "labelEx8";
- this.labelEx8.Size = new System.Drawing.Size(140, 17);
- this.labelEx8.TabIndex = 26;
- this.labelEx8.Text = "说明:[全天] 随安排班次";
- this.labelEx8.Visible = false;
- //
- // txtfixed
- //
- this.txtfixed.BackColor = System.Drawing.Color.Transparent;
- this.txtfixed.Icon = null;
- this.txtfixed.IconIsButton = false;
- this.txtfixed.IsPasswordChat = '\0';
- this.txtfixed.IsSystemPasswordChar = false;
- this.txtfixed.Lines = new string[0];
- this.txtfixed.Location = new System.Drawing.Point(96, 138);
- this.txtfixed.Margin = new System.Windows.Forms.Padding(0);
- this.txtfixed.MaxLength = 32767;
- this.txtfixed.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtfixed.MouseBack = null;
- this.txtfixed.Multiline = false;
- this.txtfixed.Name = "txtfixed";
- this.txtfixed.NormlBack = null;
- this.txtfixed.Padding = new System.Windows.Forms.Padding(5);
- this.txtfixed.ReadOnly = true;
- this.txtfixed.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtfixed.Size = new System.Drawing.Size(167, 26);
- this.txtfixed.TabIndex = 25;
- this.txtfixed.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtfixed.WaterColor = System.Drawing.Color.DarkGray;
- this.txtfixed.WaterText = "";
- this.txtfixed.WordWrap = true;
- //
- // labelEx7
- //
- this.labelEx7.AutoSize = true;
- this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx7.Location = new System.Drawing.Point(32, 142);
- this.labelEx7.Name = "labelEx7";
- this.labelEx7.Size = new System.Drawing.Size(68, 17);
- this.labelEx7.TabIndex = 24;
- this.labelEx7.Text = "班次名称:";
- //
- // labelEx5
- //
- this.labelEx5.AutoSize = true;
- this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx5.Location = new System.Drawing.Point(11, 19);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(35, 19);
- this.labelEx5.TabIndex = 23;
- this.labelEx5.Text = "签单";
- //
- // panelEx3
- //
- this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx3.BorderWidth = 1;
- this.panelEx3.Dock = System.Windows.Forms.DockStyle.Right;
- this.panelEx3.Location = new System.Drawing.Point(290, 1);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(1, 409);
- this.panelEx3.TabIndex = 22;
- //
- // dtptimes
- //
- this.dtptimes.CustomFormat = "yyyy-MM-dd";
- this.dtptimes.DateValue = "2016-06-02";
- this.dtptimes.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtptimes.IsShowTime = false;
- this.dtptimes.Location = new System.Drawing.Point(96, 97);
- this.dtptimes.Name = "dtptimes";
- this.dtptimes.Size = new System.Drawing.Size(167, 21);
- this.dtptimes.TabIndex = 21;
- this.dtptimes.Value = new System.DateTime(2016, 6, 2, 0, 0, 0, 0);
- //
- // cmbTypes
- //
- this.cmbTypes.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cmbTypes.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cmbTypes.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cmbTypes.Font = new System.Drawing.Font("宋体", 10.5F);
- this.cmbTypes.FormattingEnabled = true;
- this.cmbTypes.IsCustomColor = false;
- this.cmbTypes.Location = new System.Drawing.Point(96, 185);
- this.cmbTypes.Name = "cmbTypes";
- this.cmbTypes.ReadOnly = true;
- this.cmbTypes.Size = new System.Drawing.Size(167, 22);
- this.cmbTypes.TabIndex = 20;
- //
- // txtprincipal
- //
- this.txtprincipal.BackColor = System.Drawing.Color.Transparent;
- this.txtprincipal.Icon = null;
- this.txtprincipal.IconIsButton = false;
- this.txtprincipal.IsPasswordChat = '\0';
- this.txtprincipal.IsSystemPasswordChar = false;
- this.txtprincipal.Lines = new string[0];
- this.txtprincipal.Location = new System.Drawing.Point(96, 235);
- this.txtprincipal.Margin = new System.Windows.Forms.Padding(0);
- this.txtprincipal.MaxLength = 32767;
- this.txtprincipal.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtprincipal.MouseBack = null;
- this.txtprincipal.Multiline = false;
- this.txtprincipal.Name = "txtprincipal";
- this.txtprincipal.NormlBack = null;
- this.txtprincipal.Padding = new System.Windows.Forms.Padding(5);
- this.txtprincipal.ReadOnly = true;
- this.txtprincipal.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtprincipal.Size = new System.Drawing.Size(167, 26);
- this.txtprincipal.TabIndex = 17;
- this.txtprincipal.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtprincipal.WaterColor = System.Drawing.Color.DarkGray;
- this.txtprincipal.WaterText = "";
- this.txtprincipal.WordWrap = true;
- //
- // txtname
- //
- this.txtname.BackColor = System.Drawing.Color.Transparent;
- this.txtname.Icon = null;
- this.txtname.IconIsButton = false;
- this.txtname.IsPasswordChat = '\0';
- this.txtname.IsSystemPasswordChar = false;
- this.txtname.Lines = new string[0];
- this.txtname.Location = new System.Drawing.Point(96, 52);
- this.txtname.Margin = new System.Windows.Forms.Padding(0);
- this.txtname.MaxLength = 32767;
- this.txtname.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtname.MouseBack = null;
- this.txtname.Multiline = false;
- this.txtname.Name = "txtname";
- this.txtname.NormlBack = null;
- this.txtname.Padding = new System.Windows.Forms.Padding(5);
- this.txtname.ReadOnly = true;
- this.txtname.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtname.Size = new System.Drawing.Size(167, 26);
- this.txtname.TabIndex = 13;
- this.txtname.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtname.WaterColor = System.Drawing.Color.DarkGray;
- this.txtname.WaterText = "";
- this.txtname.WordWrap = true;
- //
- // btncancel
- //
- this.btncancel.BackColor = System.Drawing.Color.Transparent;
- this.btncancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btncancel.BackImg")));
- this.btncancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btncancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btncancel.ForeColor = System.Drawing.Color.White;
- this.btncancel.IsCustomBackImg = false;
- this.btncancel.IsShowText = true;
- this.btncancel.Location = new System.Drawing.Point(96, 346);
- this.btncancel.Name = "btncancel";
- this.btncancel.Size = new System.Drawing.Size(167, 28);
- this.btncancel.TabIndex = 19;
- this.btncancel.Text = " 取 消";
- this.btncancel.UseVisualStyleBackColor = false;
- //
- // btnsign
- //
- this.btnsign.BackColor = System.Drawing.Color.Transparent;
- this.btnsign.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnsign.BackImg")));
- this.btnsign.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnsign.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnsign.ForeColor = System.Drawing.Color.White;
- this.btnsign.IsCustomBackImg = false;
- this.btnsign.IsShowText = true;
- this.btnsign.Location = new System.Drawing.Point(96, 299);
- this.btnsign.Name = "btnsign";
- this.btnsign.Size = new System.Drawing.Size(167, 28);
- this.btnsign.TabIndex = 18;
- this.btnsign.Text = " 签 入";
- this.btnsign.UseVisualStyleBackColor = false;
- //
- // labelEx4
- //
- this.labelEx4.AutoSize = true;
- this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx4.Location = new System.Drawing.Point(20, 240);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(80, 17);
- this.labelEx4.TabIndex = 16;
- this.labelEx4.Text = "签单负责人:";
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx3.Location = new System.Drawing.Point(32, 187);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(68, 17);
- this.labelEx3.TabIndex = 15;
- this.labelEx3.Text = "签单类型:";
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx2.Location = new System.Drawing.Point(32, 99);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(68, 17);
- this.labelEx2.TabIndex = 14;
- this.labelEx2.Text = "签单日期:";
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(20, 57);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(80, 17);
- this.labelEx1.TabIndex = 12;
- this.labelEx1.Text = "需签单人员:";
- //
- // frmTimesign
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(850, 500);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.MaximizeBox = false;
- this.Name = "frmTimesign";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "员工签单";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
- this.panelEx4.ResumeLayout(false);
- this.panelEx4.PerformLayout();
- this.panelEx2.ResumeLayout(false);
- this.panelEx2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.PanelEx panelEx4;
- private ComponentLibrary.PanelEx panelEx2;
- private ComponentLibrary.LabelEx labelEx5;
- private ComponentLibrary.LabelEx labelEx4;
- private ComponentLibrary.LabelEx labelEx3;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.LabelEx labelEx1;
- protected internal ComponentLibrary.DataGridViewEc dgvData;
- private ComponentLibrary.PanelEx panelEx3;
- private ComponentLibrary.LabelEx labelEx6;
- private ComponentLibrary.LabelEx labelEx7;
- protected internal ComponentLibrary.TextBoxEx txtfixed;
- protected internal ComponentLibrary.DateTimePickerEx dtptimes;
- protected internal ComponentLibrary.ComboBoxEx cmbTypes;
- protected internal ComponentLibrary.TextBoxEx txtprincipal;
- protected internal ComponentLibrary.TextBoxEx txtname;
- protected internal ComponentLibrary.ButtonEx btncancel;
- protected internal ComponentLibrary.ButtonEx btnsign;
- protected internal ComponentLibrary.LabelEx labelEx8;
- }
- }
|