123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483 |
- namespace LYFZ.Software.UI.HospitalTrackingSystem
- {
- partial class AddingSendSingle
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddingSendSingle));
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
- this.comboBoxTreeViewEx1 = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
- this.comboBoxEx1 = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtVehicle = new LYFZ.ComponentLibrary.TextBoxEx();
- this.mskDoorPeriod = new LYFZ.ComponentLibrary.MaskedTextTimeEx(this.components);
- this.cbxDriver = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.cbxBootDivision = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.cbxPhotographers = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.btnClos = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnAdding = new LYFZ.ComponentLibrary.ButtonEx();
- this.deteDoorTime = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- 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.btnSelectTime = new LYFZ.ComponentLibrary.ButtonForm();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.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(490, 485);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(490, 485);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(347, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(458, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(431, 0);
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.btnSelectTime);
- this.panelEx1.Controls.Add(this.txtRemark);
- this.panelEx1.Controls.Add(this.labelEx9);
- this.panelEx1.Controls.Add(this.comboBoxTreeViewEx1);
- this.panelEx1.Controls.Add(this.labelEx8);
- this.panelEx1.Controls.Add(this.comboBoxEx1);
- this.panelEx1.Controls.Add(this.labelEx7);
- this.panelEx1.Controls.Add(this.txtVehicle);
- this.panelEx1.Controls.Add(this.mskDoorPeriod);
- this.panelEx1.Controls.Add(this.cbxDriver);
- this.panelEx1.Controls.Add(this.cbxBootDivision);
- this.panelEx1.Controls.Add(this.cbxPhotographers);
- this.panelEx1.Controls.Add(this.btnClos);
- this.panelEx1.Controls.Add(this.btnAdding);
- this.panelEx1.Controls.Add(this.deteDoorTime);
- this.panelEx1.Controls.Add(this.labelEx6);
- this.panelEx1.Controls.Add(this.labelEx5);
- this.panelEx1.Controls.Add(this.labelEx4);
- this.panelEx1.Controls.Add(this.labelEx3);
- this.panelEx1.Controls.Add(this.labelEx2);
- this.panelEx1.Controls.Add(this.labelEx1);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(10, 10);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(470, 465);
- this.panelEx1.TabIndex = 0;
- //
- // txtRemark
- //
- this.txtRemark.BackColor = System.Drawing.Color.Transparent;
- this.txtRemark.Icon = null;
- this.txtRemark.IconIsButton = false;
- this.txtRemark.IsPasswordChat = '\0';
- this.txtRemark.IsSystemPasswordChar = false;
- this.txtRemark.Lines = new string[0];
- this.txtRemark.Location = new System.Drawing.Point(148, 285);
- this.txtRemark.Margin = new System.Windows.Forms.Padding(0);
- this.txtRemark.MaxLength = 300;
- this.txtRemark.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtRemark.MouseBack = null;
- this.txtRemark.Multiline = true;
- this.txtRemark.Name = "txtRemark";
- this.txtRemark.NormlBack = null;
- this.txtRemark.Padding = new System.Windows.Forms.Padding(5);
- this.txtRemark.ReadOnly = false;
- this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtRemark.Size = new System.Drawing.Size(226, 90);
- this.txtRemark.TabIndex = 59;
- this.txtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtRemark.WaterColor = System.Drawing.Color.DarkGray;
- this.txtRemark.WaterText = "标注本次派单的作用或话意义";
- this.txtRemark.WordWrap = true;
- //
- // labelEx9
- //
- this.labelEx9.AutoSize = true;
- this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx9.Location = new System.Drawing.Point(103, 285);
- this.labelEx9.Name = "labelEx9";
- this.labelEx9.Size = new System.Drawing.Size(44, 17);
- this.labelEx9.TabIndex = 58;
- this.labelEx9.Text = "备注:";
- //
- // comboBoxTreeViewEx1
- //
- this.comboBoxTreeViewEx1.AfterSelectLevelFirstNode = false;
- this.comboBoxTreeViewEx1.DropDownHeight = 220;
- this.comboBoxTreeViewEx1.DropDownShow = false;
- this.comboBoxTreeViewEx1.FormattingEnabled = true;
- this.comboBoxTreeViewEx1.IntegralHeight = false;
- this.comboBoxTreeViewEx1.IsNodeMouseClick = false;
- this.comboBoxTreeViewEx1.IsSelectParentNode = false;
- this.comboBoxTreeViewEx1.Location = new System.Drawing.Point(149, 177);
- this.comboBoxTreeViewEx1.Name = "comboBoxTreeViewEx1";
- this.comboBoxTreeViewEx1.ReadOnly = true;
- this.comboBoxTreeViewEx1.SelectedNode = null;
- this.comboBoxTreeViewEx1.Size = new System.Drawing.Size(226, 20);
- this.comboBoxTreeViewEx1.StrGetName = "";
- this.comboBoxTreeViewEx1.StrGetTagName = "";
- this.comboBoxTreeViewEx1.StrKey = null;
- this.comboBoxTreeViewEx1.TabIndex = 57;
- //
- // 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.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx8.Location = new System.Drawing.Point(72, 178);
- this.labelEx8.Name = "labelEx8";
- this.labelEx8.Size = new System.Drawing.Size(75, 17);
- this.labelEx8.TabIndex = 56;
- this.labelEx8.Text = "上门人员3:";
- //
- // comboBoxEx1
- //
- this.comboBoxEx1.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.comboBoxEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.comboBoxEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.comboBoxEx1.Font = new System.Drawing.Font("宋体", 10.5F);
- this.comboBoxEx1.FormattingEnabled = true;
- this.comboBoxEx1.IsCustomColor = false;
- this.comboBoxEx1.Items.AddRange(new object[] {
- "已上门",
- "未上门"});
- this.comboBoxEx1.Location = new System.Drawing.Point(149, 68);
- this.comboBoxEx1.Name = "comboBoxEx1";
- this.comboBoxEx1.ReadOnly = true;
- this.comboBoxEx1.Size = new System.Drawing.Size(226, 22);
- this.comboBoxEx1.TabIndex = 55;
- //
- // 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(79, 70);
- this.labelEx7.Name = "labelEx7";
- this.labelEx7.Size = new System.Drawing.Size(68, 17);
- this.labelEx7.TabIndex = 54;
- this.labelEx7.Text = "上门状态:";
- //
- // txtVehicle
- //
- this.txtVehicle.BackColor = System.Drawing.Color.Transparent;
- this.txtVehicle.Icon = null;
- this.txtVehicle.IconIsButton = false;
- this.txtVehicle.IsPasswordChat = '\0';
- this.txtVehicle.IsSystemPasswordChar = false;
- this.txtVehicle.Lines = new string[0];
- this.txtVehicle.Location = new System.Drawing.Point(148, 244);
- this.txtVehicle.Margin = new System.Windows.Forms.Padding(0);
- this.txtVehicle.MaxLength = 32767;
- this.txtVehicle.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtVehicle.MouseBack = null;
- this.txtVehicle.Multiline = false;
- this.txtVehicle.Name = "txtVehicle";
- this.txtVehicle.NormlBack = null;
- this.txtVehicle.Padding = new System.Windows.Forms.Padding(5);
- this.txtVehicle.ReadOnly = false;
- this.txtVehicle.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtVehicle.Size = new System.Drawing.Size(226, 26);
- this.txtVehicle.TabIndex = 53;
- this.txtVehicle.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtVehicle.WaterColor = System.Drawing.Color.DarkGray;
- this.txtVehicle.WaterText = "";
- this.txtVehicle.WordWrap = true;
- //
- // mskDoorPeriod
- //
- this.mskDoorPeriod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.mskDoorPeriod.Location = new System.Drawing.Point(305, 26);
- this.mskDoorPeriod.Mask = "00:00";
- this.mskDoorPeriod.Name = "mskDoorPeriod";
- this.mskDoorPeriod.PromptChar = ' ';
- this.mskDoorPeriod.Size = new System.Drawing.Size(70, 23);
- this.mskDoorPeriod.TabIndex = 52;
- this.mskDoorPeriod.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // cbxDriver
- //
- this.cbxDriver.AfterSelectLevelFirstNode = false;
- this.cbxDriver.DropDownHeight = 220;
- this.cbxDriver.DropDownShow = false;
- this.cbxDriver.FormattingEnabled = true;
- this.cbxDriver.IntegralHeight = false;
- this.cbxDriver.IsNodeMouseClick = false;
- this.cbxDriver.IsSelectParentNode = false;
- this.cbxDriver.Location = new System.Drawing.Point(149, 210);
- this.cbxDriver.Name = "cbxDriver";
- this.cbxDriver.ReadOnly = true;
- this.cbxDriver.SelectedNode = null;
- this.cbxDriver.Size = new System.Drawing.Size(226, 20);
- this.cbxDriver.StrGetName = "";
- this.cbxDriver.StrGetTagName = "";
- this.cbxDriver.StrKey = null;
- this.cbxDriver.TabIndex = 12;
- //
- // cbxBootDivision
- //
- this.cbxBootDivision.AfterSelectLevelFirstNode = false;
- this.cbxBootDivision.DropDownHeight = 220;
- this.cbxBootDivision.DropDownShow = false;
- this.cbxBootDivision.FormattingEnabled = true;
- this.cbxBootDivision.IntegralHeight = false;
- this.cbxBootDivision.IsNodeMouseClick = false;
- this.cbxBootDivision.IsSelectParentNode = false;
- this.cbxBootDivision.Location = new System.Drawing.Point(149, 140);
- this.cbxBootDivision.Name = "cbxBootDivision";
- this.cbxBootDivision.ReadOnly = true;
- this.cbxBootDivision.SelectedNode = null;
- this.cbxBootDivision.Size = new System.Drawing.Size(226, 20);
- this.cbxBootDivision.StrGetName = "";
- this.cbxBootDivision.StrGetTagName = "";
- this.cbxBootDivision.StrKey = null;
- this.cbxBootDivision.TabIndex = 10;
- //
- // cbxPhotographers
- //
- this.cbxPhotographers.AfterSelectLevelFirstNode = false;
- this.cbxPhotographers.DropDownHeight = 220;
- this.cbxPhotographers.DropDownShow = false;
- this.cbxPhotographers.FormattingEnabled = true;
- this.cbxPhotographers.IntegralHeight = false;
- this.cbxPhotographers.IsNodeMouseClick = false;
- this.cbxPhotographers.IsSelectParentNode = false;
- this.cbxPhotographers.Location = new System.Drawing.Point(149, 106);
- this.cbxPhotographers.Name = "cbxPhotographers";
- this.cbxPhotographers.ReadOnly = true;
- this.cbxPhotographers.SelectedNode = null;
- this.cbxPhotographers.Size = new System.Drawing.Size(226, 20);
- this.cbxPhotographers.StrGetName = "";
- this.cbxPhotographers.StrGetTagName = "";
- this.cbxPhotographers.StrKey = null;
- this.cbxPhotographers.TabIndex = 9;
- //
- // btnClos
- //
- this.btnClos.BackColor = System.Drawing.Color.Transparent;
- this.btnClos.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClos.BackImg")));
- this.btnClos.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClos.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClos.ForeColor = System.Drawing.Color.White;
- this.btnClos.IsCustomBackImg = false;
- this.btnClos.IsShowText = true;
- this.btnClos.Location = new System.Drawing.Point(289, 406);
- this.btnClos.Name = "btnClos";
- this.btnClos.Size = new System.Drawing.Size(85, 28);
- this.btnClos.TabIndex = 8;
- this.btnClos.Text = " 取 消";
- this.btnClos.UseVisualStyleBackColor = false;
- //
- // btnAdding
- //
- this.btnAdding.BackColor = System.Drawing.Color.Transparent;
- this.btnAdding.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdding.BackImg")));
- this.btnAdding.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnAdding.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnAdding.ForeColor = System.Drawing.Color.White;
- this.btnAdding.IsCustomBackImg = false;
- this.btnAdding.IsShowText = true;
- this.btnAdding.Location = new System.Drawing.Point(148, 406);
- this.btnAdding.Name = "btnAdding";
- this.btnAdding.Size = new System.Drawing.Size(85, 28);
- this.btnAdding.TabIndex = 7;
- this.btnAdding.Text = " 保 存";
- this.btnAdding.UseVisualStyleBackColor = false;
- //
- // deteDoorTime
- //
- this.deteDoorTime.CustomFormat = "yyyy-MM-dd";
- this.deteDoorTime.DateValue = "2015-09-23";
- this.deteDoorTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.deteDoorTime.IsShowTime = false;
- this.deteDoorTime.Location = new System.Drawing.Point(149, 27);
- this.deteDoorTime.Name = "deteDoorTime";
- this.deteDoorTime.Size = new System.Drawing.Size(107, 21);
- this.deteDoorTime.TabIndex = 6;
- this.deteDoorTime.Value = new System.DateTime(2015, 9, 23, 0, 0, 0, 0);
- //
- // labelEx6
- //
- this.labelEx6.AutoSize = true;
- this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx6.Location = new System.Drawing.Point(72, 211);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(75, 17);
- this.labelEx6.TabIndex = 5;
- this.labelEx6.Text = "上门人员4:";
- //
- // labelEx5
- //
- this.labelEx5.AutoSize = true;
- this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx5.Location = new System.Drawing.Point(91, 248);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(56, 17);
- this.labelEx5.TabIndex = 4;
- this.labelEx5.Text = "车牌号:";
- //
- // 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(72, 107);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(75, 17);
- this.labelEx4.TabIndex = 3;
- this.labelEx4.Text = "上门人员1:";
- //
- // 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(72, 141);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(75, 17);
- this.labelEx3.TabIndex = 2;
- this.labelEx3.Text = "上门人员2:";
- //
- // 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(262, 29);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(44, 17);
- this.labelEx2.TabIndex = 1;
- 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(79, 29);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(68, 17);
- this.labelEx1.TabIndex = 0;
- this.labelEx1.Text = "上门日期:";
- //
- // btnSelectTime
- //
- this.btnSelectTime.BackColor = System.Drawing.Color.Transparent;
- this.btnSelectTime.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelectTime.BackImg")));
- this.btnSelectTime.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSelectTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSelectTime.ForeColor = System.Drawing.Color.White;
- this.btnSelectTime.IsCustomBackImg = false;
- this.btnSelectTime.IsShowText = true;
- this.btnSelectTime.Location = new System.Drawing.Point(381, 26);
- this.btnSelectTime.Name = "btnSelectTime";
- this.btnSelectTime.Size = new System.Drawing.Size(47, 23);
- this.btnSelectTime.TabIndex = 92;
- this.btnSelectTime.Text = " 选择";
- this.btnSelectTime.UseVisualStyleBackColor = false;
- //
- // AddingSendSingle
- //
- 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(490, 550);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsMaximized = false;
- this.MaximizeBox = false;
- this.Name = "AddingSendSingle";
- this.Text = "添加派单";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.LabelEx labelEx6;
- private ComponentLibrary.LabelEx labelEx5;
- private ComponentLibrary.LabelEx labelEx4;
- private ComponentLibrary.LabelEx labelEx3;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.LabelEx labelEx1;
- public ComponentLibrary.PanelEx panelEx1;
- protected internal ComponentLibrary.ButtonEx btnClos;
- protected internal ComponentLibrary.ButtonEx btnAdding;
- protected internal ComponentLibrary.DateTimePickerEx deteDoorTime;
- protected internal ComponentLibrary.MaskedTextTimeEx mskDoorPeriod;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cbxPhotographers;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cbxBootDivision;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cbxDriver;
- protected internal ComponentLibrary.TextBoxEx txtVehicle;
- private ComponentLibrary.LabelEx labelEx7;
- protected internal ComponentLibrary.ComboBoxEx comboBoxEx1;
- protected internal ComponentLibrary.ComboBoxTreeViewEx comboBoxTreeViewEx1;
- private ComponentLibrary.LabelEx labelEx8;
- protected internal ComponentLibrary.TextBoxEx txtRemark;
- private ComponentLibrary.LabelEx labelEx9;
- protected internal ComponentLibrary.ButtonForm btnSelectTime;
- }
- }
|