123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918 |
- namespace LYFZ.Software.UI.Dresses.DressManagement.Rental
- {
- partial class FrmDressRental
- {
- /// <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(FrmDressRental));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.txtDsro_TakeDressTime = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.txtDsro_ReservationBackTime = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.txtDsro_CreateName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtDsro_CreateDateTime = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtDsro_HandledName = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtCus_DayForMarriage = new LYFZ.ComponentLibrary.MaskedTextDateEx(this.components);
- this.txtCus_Birthday = new LYFZ.ComponentLibrary.MaskedTextDateEx(this.components);
- this.txtCus_CustomerNumber = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx19 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx20 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClear = new LYFZ.ComponentLibrary.ButtonEx();
- this.radSell = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.radRent = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.btnCusSelect = new LYFZ.ComponentLibrary.ButtonForm();
- this.picDsfm_PicturePath = new LYFZ.ComponentLibrary.PictureBoxEx();
- this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.Dsfm_DressNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Dsfm_DressName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Dsfm_DressQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.出租价 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Dsfm_SalePrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Dsfm_CostPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.labelEx18 = new LYFZ.ComponentLibrary.LabelEx();
- this.lbltxtDsro_ReservationBackTime = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
- this.chkCus_DayForMarriageLunar = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
- this.chkCus_BirthdayLunar = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtCus_WorkUnit = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtCus_Address = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtCus_QQ = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtCus_Telephone = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtCus_Name = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtDsro_Remark = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtDsro_MortgageAmount = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.lblDsro_MortgageAmount = new LYFZ.ComponentLibrary.LabelEx();
- this.txtDsro_Amount = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtDsro_Number = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picDsfm_PicturePath)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx2);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
- this.plExMainContainer.Size = new System.Drawing.Size(910, 565);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(910, 565);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(1011, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(984, 0);
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.txtCus_DayForMarriage);
- this.panelEx2.Controls.Add(this.txtCus_Birthday);
- this.panelEx2.Controls.Add(this.txtCus_CustomerNumber);
- this.panelEx2.Controls.Add(this.txtDsro_TakeDressTime);
- this.panelEx2.Controls.Add(this.txtDsro_ReservationBackTime);
- this.panelEx2.Controls.Add(this.txtDsro_CreateName);
- this.panelEx2.Controls.Add(this.labelEx3);
- this.panelEx2.Controls.Add(this.txtDsro_CreateDateTime);
- this.panelEx2.Controls.Add(this.labelEx5);
- this.panelEx2.Controls.Add(this.txtDsro_HandledName);
- this.panelEx2.Controls.Add(this.labelEx4);
- this.panelEx2.Controls.Add(this.labelEx19);
- this.panelEx2.Controls.Add(this.labelEx20);
- this.panelEx2.Controls.Add(this.btnClose);
- this.panelEx2.Controls.Add(this.btnClear);
- this.panelEx2.Controls.Add(this.radSell);
- this.panelEx2.Controls.Add(this.radRent);
- this.panelEx2.Controls.Add(this.btnCusSelect);
- this.panelEx2.Controls.Add(this.picDsfm_PicturePath);
- this.panelEx2.Controls.Add(this.dgv);
- this.panelEx2.Controls.Add(this.labelEx18);
- this.panelEx2.Controls.Add(this.lbltxtDsro_ReservationBackTime);
- this.panelEx2.Controls.Add(this.labelEx16);
- this.panelEx2.Controls.Add(this.chkCus_DayForMarriageLunar);
- this.panelEx2.Controls.Add(this.labelEx15);
- this.panelEx2.Controls.Add(this.chkCus_BirthdayLunar);
- this.panelEx2.Controls.Add(this.labelEx14);
- this.panelEx2.Controls.Add(this.txtCus_WorkUnit);
- this.panelEx2.Controls.Add(this.labelEx13);
- this.panelEx2.Controls.Add(this.txtCus_Address);
- this.panelEx2.Controls.Add(this.labelEx12);
- this.panelEx2.Controls.Add(this.txtCus_QQ);
- this.panelEx2.Controls.Add(this.labelEx11);
- this.panelEx2.Controls.Add(this.txtCus_Telephone);
- this.panelEx2.Controls.Add(this.labelEx10);
- this.panelEx2.Controls.Add(this.txtCus_Name);
- this.panelEx2.Controls.Add(this.labelEx9);
- this.panelEx2.Controls.Add(this.labelEx8);
- this.panelEx2.Controls.Add(this.txtDsro_Remark);
- this.panelEx2.Controls.Add(this.labelEx7);
- this.panelEx2.Controls.Add(this.txtDsro_MortgageAmount);
- this.panelEx2.Controls.Add(this.lblDsro_MortgageAmount);
- this.panelEx2.Controls.Add(this.txtDsro_Amount);
- this.panelEx2.Controls.Add(this.labelEx2);
- this.panelEx2.Controls.Add(this.txtDsro_Number);
- this.panelEx2.Controls.Add(this.labelEx6);
- this.panelEx2.Controls.Add(this.labelEx1);
- this.panelEx2.Controls.Add(this.btnSave);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx2.Location = new System.Drawing.Point(10, 10);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(890, 545);
- this.panelEx2.TabIndex = 198;
- //
- // txtDsro_TakeDressTime
- //
- this.txtDsro_TakeDressTime.CustomFormat = " ";
- this.txtDsro_TakeDressTime.DateValue = "";
- this.txtDsro_TakeDressTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtDsro_TakeDressTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.txtDsro_TakeDressTime.IsShowTime = false;
- this.txtDsro_TakeDressTime.Location = new System.Drawing.Point(98, 269);
- this.txtDsro_TakeDressTime.Name = "txtDsro_TakeDressTime";
- this.txtDsro_TakeDressTime.Size = new System.Drawing.Size(165, 23);
- this.txtDsro_TakeDressTime.TabIndex = 301;
- //
- // txtDsro_ReservationBackTime
- //
- this.txtDsro_ReservationBackTime.CustomFormat = " ";
- this.txtDsro_ReservationBackTime.DateValue = "";
- this.txtDsro_ReservationBackTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtDsro_ReservationBackTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.txtDsro_ReservationBackTime.IsShowTime = false;
- this.txtDsro_ReservationBackTime.Location = new System.Drawing.Point(356, 269);
- this.txtDsro_ReservationBackTime.Name = "txtDsro_ReservationBackTime";
- this.txtDsro_ReservationBackTime.Size = new System.Drawing.Size(120, 23);
- this.txtDsro_ReservationBackTime.TabIndex = 300;
- //
- // txtDsro_CreateName
- //
- this.txtDsro_CreateName.AfterSelectLevelFirstNode = false;
- this.txtDsro_CreateName.DropDownHeight = 220;
- this.txtDsro_CreateName.DropDownShow = false;
- this.txtDsro_CreateName.FormattingEnabled = true;
- this.txtDsro_CreateName.IntegralHeight = false;
- this.txtDsro_CreateName.IsNodeMouseClick = false;
- this.txtDsro_CreateName.IsSelectParentNode = false;
- this.txtDsro_CreateName.Location = new System.Drawing.Point(730, 67);
- this.txtDsro_CreateName.Name = "txtDsro_CreateName";
- this.txtDsro_CreateName.ReadOnly = true;
- this.txtDsro_CreateName.SelectedNode = null;
- this.txtDsro_CreateName.Size = new System.Drawing.Size(130, 20);
- this.txtDsro_CreateName.StrGetName = "";
- this.txtDsro_CreateName.StrKey = null;
- this.txtDsro_CreateName.TabIndex = 294;
- //
- // 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(655, 69);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(73, 17);
- this.labelEx3.TabIndex = 295;
- this.labelEx3.Text = "*销售人员:";
- //
- // txtDsro_CreateDateTime
- //
- this.txtDsro_CreateDateTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtDsro_CreateDateTime.EmptyTextTip = null;
- this.txtDsro_CreateDateTime.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtDsro_CreateDateTime.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtDsro_CreateDateTime.Location = new System.Drawing.Point(730, 136);
- this.txtDsro_CreateDateTime.Name = "txtDsro_CreateDateTime";
- this.txtDsro_CreateDateTime.ReadOnly = true;
- this.txtDsro_CreateDateTime.Size = new System.Drawing.Size(130, 23);
- this.txtDsro_CreateDateTime.TabIndex = 293;
- //
- // 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(679, 139);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(49, 17);
- this.labelEx5.TabIndex = 292;
- this.labelEx5.Text = "*日期:";
- //
- // txtDsro_HandledName
- //
- this.txtDsro_HandledName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtDsro_HandledName.EmptyTextTip = null;
- this.txtDsro_HandledName.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtDsro_HandledName.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtDsro_HandledName.Location = new System.Drawing.Point(730, 100);
- this.txtDsro_HandledName.Name = "txtDsro_HandledName";
- this.txtDsro_HandledName.ReadOnly = true;
- this.txtDsro_HandledName.Size = new System.Drawing.Size(130, 23);
- this.txtDsro_HandledName.TabIndex = 291;
- //
- // 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(667, 103);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(61, 17);
- this.labelEx4.TabIndex = 290;
- this.labelEx4.Text = "*经手人:";
- //
- // txtCus_DayForMarriage
- //
- this.txtCus_DayForMarriage.Location = new System.Drawing.Point(730, 232);
- this.txtCus_DayForMarriage.Name = "txtCus_DayForMarriage";
- this.txtCus_DayForMarriage.Size = new System.Drawing.Size(90, 21);
- this.txtCus_DayForMarriage.StrValue = "";
- this.txtCus_DayForMarriage.TabIndex = 281;
- //
- // txtCus_Birthday
- //
- this.txtCus_Birthday.Location = new System.Drawing.Point(731, 196);
- this.txtCus_Birthday.Name = "txtCus_Birthday";
- this.txtCus_Birthday.Size = new System.Drawing.Size(90, 21);
- this.txtCus_Birthday.StrValue = "";
- this.txtCus_Birthday.TabIndex = 280;
- //
- // txtCus_CustomerNumber
- //
- this.txtCus_CustomerNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtCus_CustomerNumber.EmptyTextTip = null;
- this.txtCus_CustomerNumber.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtCus_CustomerNumber.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtCus_CustomerNumber.Location = new System.Drawing.Point(731, 269);
- this.txtCus_CustomerNumber.Name = "txtCus_CustomerNumber";
- this.txtCus_CustomerNumber.Size = new System.Drawing.Size(146, 23);
- this.txtCus_CustomerNumber.TabIndex = 277;
- this.txtCus_CustomerNumber.Visible = false;
- //
- // labelEx19
- //
- this.labelEx19.AutoSize = true;
- this.labelEx19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx19.Location = new System.Drawing.Point(663, 272);
- this.labelEx19.Name = "labelEx19";
- this.labelEx19.Size = new System.Drawing.Size(68, 17);
- this.labelEx19.TabIndex = 276;
- this.labelEx19.Text = "客户编号:";
- this.labelEx19.Visible = false;
- //
- // labelEx20
- //
- this.labelEx20.AutoSize = true;
- this.labelEx20.BackColor = System.Drawing.Color.Transparent;
- this.labelEx20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
- this.labelEx20.Location = new System.Drawing.Point(11, 13);
- this.labelEx20.Name = "labelEx20";
- this.labelEx20.Size = new System.Drawing.Size(56, 17);
- this.labelEx20.TabIndex = 274;
- this.labelEx20.Text = "选择类型";
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
- this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.IsCustomBackImg = false;
- this.btnClose.IsShowText = true;
- this.btnClose.Location = new System.Drawing.Point(773, 11);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 26);
- this.btnClose.TabIndex = 272;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // btnClear
- //
- this.btnClear.BackColor = System.Drawing.Color.Transparent;
- this.btnClear.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClear.BackImg")));
- this.btnClear.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClear.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClear.ForeColor = System.Drawing.Color.White;
- this.btnClear.IsCustomBackImg = false;
- this.btnClear.IsShowText = true;
- this.btnClear.Location = new System.Drawing.Point(673, 11);
- this.btnClear.Name = "btnClear";
- this.btnClear.Size = new System.Drawing.Size(85, 26);
- this.btnClear.TabIndex = 271;
- this.btnClear.Text = " 清 空";
- this.btnClear.UseVisualStyleBackColor = false;
- //
- // radSell
- //
- this.radSell.AutoSize = true;
- this.radSell.BackColor = System.Drawing.Color.Transparent;
- this.radSell.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.radSell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.radSell.Location = new System.Drawing.Point(142, 12);
- this.radSell.Name = "radSell";
- this.radSell.Size = new System.Drawing.Size(50, 21);
- this.radSell.TabIndex = 269;
- this.radSell.Text = "出售";
- this.radSell.UseVisualStyleBackColor = false;
- //
- // radRent
- //
- this.radRent.AutoSize = true;
- this.radRent.BackColor = System.Drawing.Color.Transparent;
- this.radRent.Checked = true;
- this.radRent.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.radRent.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.radRent.Location = new System.Drawing.Point(86, 12);
- this.radRent.Name = "radRent";
- this.radRent.Size = new System.Drawing.Size(50, 21);
- this.radRent.TabIndex = 268;
- this.radRent.TabStop = true;
- this.radRent.Text = "出租";
- this.radRent.UseVisualStyleBackColor = false;
- //
- // btnCusSelect
- //
- this.btnCusSelect.BackColor = System.Drawing.Color.Transparent;
- this.btnCusSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCusSelect.BackImg")));
- this.btnCusSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCusSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCusSelect.ForeColor = System.Drawing.Color.White;
- this.btnCusSelect.IsCustomBackImg = false;
- this.btnCusSelect.IsShowText = true;
- this.btnCusSelect.Location = new System.Drawing.Point(213, 195);
- this.btnCusSelect.Name = "btnCusSelect";
- this.btnCusSelect.Size = new System.Drawing.Size(50, 24);
- this.btnCusSelect.TabIndex = 265;
- this.btnCusSelect.Text = " 选择";
- this.btnCusSelect.UseVisualStyleBackColor = false;
- //
- // picDsfm_PicturePath
- //
- this.picDsfm_PicturePath.BackColor = System.Drawing.Color.Silver;
- this.picDsfm_PicturePath.Cursor = System.Windows.Forms.Cursors.Hand;
- this.picDsfm_PicturePath.Enabled = false;
- this.picDsfm_PicturePath.Location = new System.Drawing.Point(597, 330);
- this.picDsfm_PicturePath.Name = "picDsfm_PicturePath";
- this.picDsfm_PicturePath.Size = new System.Drawing.Size(280, 205);
- this.picDsfm_PicturePath.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.picDsfm_PicturePath.TabIndex = 264;
- this.picDsfm_PicturePath.TabStop = false;
- //
- // dgv
- //
- this.dgv.AllowUserToAddRows = false;
- this.dgv.AllowUserToDeleteRows = false;
- this.dgv.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgv.BackgroundColor = System.Drawing.Color.White;
- this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgv.ColumnHeadersHeight = 24;
- this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Dsfm_DressNumber,
- this.Dsfm_DressName,
- this.Dsfm_DressQuantity,
- this.出租价,
- this.Dsfm_SalePrice,
- this.Dsfm_CostPrice});
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgv.EnableHeadersVisualStyles = false;
- this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
- this.dgv.IsCompleteBonding = false;
- this.dgv.Location = new System.Drawing.Point(7, 330);
- this.dgv.MultiSelect = false;
- this.dgv.Name = "dgv";
- this.dgv.ReadOnly = true;
- this.dgv.RowHeadersVisible = false;
- this.dgv.RowTemplate.Height = 23;
- this.dgv.RowTemplate.ReadOnly = true;
- this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgv.Size = new System.Drawing.Size(580, 205);
- this.dgv.TabIndex = 262;
- //
- // Dsfm_DressNumber
- //
- this.Dsfm_DressNumber.HeaderText = "编号";
- this.Dsfm_DressNumber.Name = "Dsfm_DressNumber";
- this.Dsfm_DressNumber.ReadOnly = true;
- //
- // Dsfm_DressName
- //
- this.Dsfm_DressName.HeaderText = "名称";
- this.Dsfm_DressName.Name = "Dsfm_DressName";
- this.Dsfm_DressName.ReadOnly = true;
- //
- // Dsfm_DressQuantity
- //
- this.Dsfm_DressQuantity.HeaderText = "数量";
- this.Dsfm_DressQuantity.Name = "Dsfm_DressQuantity";
- this.Dsfm_DressQuantity.ReadOnly = true;
- //
- // 出租价
- //
- this.出租价.HeaderText = "出租价";
- this.出租价.Name = "出租价";
- this.出租价.ReadOnly = true;
- //
- // Dsfm_SalePrice
- //
- this.Dsfm_SalePrice.HeaderText = "出售价";
- this.Dsfm_SalePrice.Name = "Dsfm_SalePrice";
- this.Dsfm_SalePrice.ReadOnly = true;
- //
- // Dsfm_CostPrice
- //
- this.Dsfm_CostPrice.HeaderText = "成本价";
- this.Dsfm_CostPrice.Name = "Dsfm_CostPrice";
- this.Dsfm_CostPrice.ReadOnly = true;
- this.Dsfm_CostPrice.Visible = false;
- //
- // labelEx18
- //
- this.labelEx18.AutoSize = true;
- this.labelEx18.BackColor = System.Drawing.Color.Transparent;
- this.labelEx18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
- this.labelEx18.Location = new System.Drawing.Point(11, 310);
- this.labelEx18.Name = "labelEx18";
- this.labelEx18.Size = new System.Drawing.Size(56, 17);
- this.labelEx18.TabIndex = 261;
- this.labelEx18.Text = "礼服资料";
- //
- // lbltxtDsro_ReservationBackTime
- //
- this.lbltxtDsro_ReservationBackTime.AutoSize = true;
- this.lbltxtDsro_ReservationBackTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbltxtDsro_ReservationBackTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbltxtDsro_ReservationBackTime.Location = new System.Drawing.Point(283, 272);
- this.lbltxtDsro_ReservationBackTime.Name = "lbltxtDsro_ReservationBackTime";
- this.lbltxtDsro_ReservationBackTime.Size = new System.Drawing.Size(73, 17);
- this.lbltxtDsro_ReservationBackTime.TabIndex = 259;
- this.lbltxtDsro_ReservationBackTime.Text = "*还回时间:";
- //
- // labelEx16
- //
- this.labelEx16.AutoSize = true;
- this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx16.Location = new System.Drawing.Point(25, 272);
- this.labelEx16.Name = "labelEx16";
- this.labelEx16.Size = new System.Drawing.Size(73, 17);
- this.labelEx16.TabIndex = 257;
- this.labelEx16.Text = "*取衣时间:";
- //
- // chkCus_DayForMarriageLunar
- //
- this.chkCus_DayForMarriageLunar.AutoSize = true;
- this.chkCus_DayForMarriageLunar.BackColor = System.Drawing.Color.Transparent;
- this.chkCus_DayForMarriageLunar.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkCus_DayForMarriageLunar.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chkCus_DayForMarriageLunar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkCus_DayForMarriageLunar.Fourstates = false;
- this.chkCus_DayForMarriageLunar.IsGreenTick = false;
- this.chkCus_DayForMarriageLunar.Location = new System.Drawing.Point(826, 231);
- this.chkCus_DayForMarriageLunar.Name = "chkCus_DayForMarriageLunar";
- this.chkCus_DayForMarriageLunar.Size = new System.Drawing.Size(51, 21);
- this.chkCus_DayForMarriageLunar.TabIndex = 255;
- this.chkCus_DayForMarriageLunar.Text = "农历";
- this.chkCus_DayForMarriageLunar.UseVisualStyleBackColor = false;
- //
- // labelEx15
- //
- this.labelEx15.AutoSize = true;
- this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx15.Location = new System.Drawing.Point(687, 235);
- this.labelEx15.Name = "labelEx15";
- this.labelEx15.Size = new System.Drawing.Size(44, 17);
- this.labelEx15.TabIndex = 254;
- this.labelEx15.Text = "婚期:";
- //
- // chkCus_BirthdayLunar
- //
- this.chkCus_BirthdayLunar.AutoSize = true;
- this.chkCus_BirthdayLunar.BackColor = System.Drawing.Color.Transparent;
- this.chkCus_BirthdayLunar.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkCus_BirthdayLunar.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chkCus_BirthdayLunar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkCus_BirthdayLunar.Fourstates = false;
- this.chkCus_BirthdayLunar.IsGreenTick = false;
- this.chkCus_BirthdayLunar.Location = new System.Drawing.Point(826, 195);
- this.chkCus_BirthdayLunar.Name = "chkCus_BirthdayLunar";
- this.chkCus_BirthdayLunar.Size = new System.Drawing.Size(51, 21);
- this.chkCus_BirthdayLunar.TabIndex = 249;
- this.chkCus_BirthdayLunar.Text = "农历";
- this.chkCus_BirthdayLunar.UseVisualStyleBackColor = false;
- //
- // labelEx14
- //
- this.labelEx14.AutoSize = true;
- this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx14.Location = new System.Drawing.Point(687, 198);
- this.labelEx14.Name = "labelEx14";
- this.labelEx14.Size = new System.Drawing.Size(44, 17);
- this.labelEx14.TabIndex = 247;
- this.labelEx14.Text = "生日:";
- //
- // txtCus_WorkUnit
- //
- this.txtCus_WorkUnit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtCus_WorkUnit.EmptyTextTip = null;
- this.txtCus_WorkUnit.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtCus_WorkUnit.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtCus_WorkUnit.Location = new System.Drawing.Point(98, 233);
- this.txtCus_WorkUnit.Name = "txtCus_WorkUnit";
- this.txtCus_WorkUnit.Size = new System.Drawing.Size(165, 23);
- this.txtCus_WorkUnit.TabIndex = 246;
- //
- // labelEx13
- //
- this.labelEx13.AutoSize = true;
- this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx13.Location = new System.Drawing.Point(54, 236);
- this.labelEx13.Name = "labelEx13";
- this.labelEx13.Size = new System.Drawing.Size(44, 17);
- this.labelEx13.TabIndex = 245;
- this.labelEx13.Text = "单位:";
- //
- // txtCus_Address
- //
- this.txtCus_Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtCus_Address.EmptyTextTip = null;
- this.txtCus_Address.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtCus_Address.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtCus_Address.Location = new System.Drawing.Point(356, 233);
- this.txtCus_Address.Name = "txtCus_Address";
- this.txtCus_Address.Size = new System.Drawing.Size(301, 23);
- this.txtCus_Address.TabIndex = 244;
- //
- // labelEx12
- //
- this.labelEx12.AutoSize = true;
- this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx12.Location = new System.Drawing.Point(312, 236);
- this.labelEx12.Name = "labelEx12";
- this.labelEx12.Size = new System.Drawing.Size(44, 17);
- this.labelEx12.TabIndex = 243;
- this.labelEx12.Text = "地址:";
- //
- // txtCus_QQ
- //
- this.txtCus_QQ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtCus_QQ.EmptyTextTip = null;
- this.txtCus_QQ.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtCus_QQ.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtCus_QQ.Location = new System.Drawing.Point(537, 195);
- this.txtCus_QQ.Name = "txtCus_QQ";
- this.txtCus_QQ.Size = new System.Drawing.Size(120, 23);
- this.txtCus_QQ.TabIndex = 242;
- //
- // labelEx11
- //
- this.labelEx11.AutoSize = true;
- this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx11.Location = new System.Drawing.Point(497, 198);
- this.labelEx11.Name = "labelEx11";
- this.labelEx11.Size = new System.Drawing.Size(40, 17);
- this.labelEx11.TabIndex = 241;
- this.labelEx11.Text = "QQ:";
- //
- // txtCus_Telephone
- //
- this.txtCus_Telephone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtCus_Telephone.EmptyTextTip = null;
- this.txtCus_Telephone.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtCus_Telephone.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtCus_Telephone.Location = new System.Drawing.Point(356, 195);
- this.txtCus_Telephone.MaxLength = 11;
- this.txtCus_Telephone.Name = "txtCus_Telephone";
- this.txtCus_Telephone.Size = new System.Drawing.Size(120, 23);
- this.txtCus_Telephone.TabIndex = 240;
- //
- // labelEx10
- //
- this.labelEx10.AutoSize = true;
- this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx10.Location = new System.Drawing.Point(307, 198);
- this.labelEx10.Name = "labelEx10";
- this.labelEx10.Size = new System.Drawing.Size(49, 17);
- this.labelEx10.TabIndex = 239;
- this.labelEx10.Text = "*电话:";
- //
- // txtCus_Name
- //
- this.txtCus_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtCus_Name.EmptyTextTip = null;
- this.txtCus_Name.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtCus_Name.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtCus_Name.Location = new System.Drawing.Point(98, 195);
- this.txtCus_Name.Name = "txtCus_Name";
- this.txtCus_Name.Size = new System.Drawing.Size(110, 23);
- this.txtCus_Name.TabIndex = 238;
- //
- // 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(25, 198);
- this.labelEx9.Name = "labelEx9";
- this.labelEx9.Size = new System.Drawing.Size(73, 17);
- this.labelEx9.TabIndex = 237;
- this.labelEx9.Text = "*客户姓名:";
- //
- // labelEx8
- //
- this.labelEx8.AutoSize = true;
- this.labelEx8.BackColor = System.Drawing.Color.Transparent;
- this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
- this.labelEx8.Location = new System.Drawing.Point(11, 169);
- this.labelEx8.Name = "labelEx8";
- this.labelEx8.Size = new System.Drawing.Size(56, 17);
- this.labelEx8.TabIndex = 235;
- this.labelEx8.Text = "客户资料";
- //
- // txtDsro_Remark
- //
- this.txtDsro_Remark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtDsro_Remark.EmptyTextTip = null;
- this.txtDsro_Remark.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtDsro_Remark.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtDsro_Remark.Location = new System.Drawing.Point(77, 102);
- this.txtDsro_Remark.Multiline = true;
- this.txtDsro_Remark.Name = "txtDsro_Remark";
- this.txtDsro_Remark.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
- this.txtDsro_Remark.Size = new System.Drawing.Size(550, 57);
- this.txtDsro_Remark.TabIndex = 233;
- //
- // 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(30, 103);
- this.labelEx7.Name = "labelEx7";
- this.labelEx7.Size = new System.Drawing.Size(44, 17);
- this.labelEx7.TabIndex = 232;
- this.labelEx7.Text = "备注:";
- //
- // txtDsro_MortgageAmount
- //
- this.txtDsro_MortgageAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtDsro_MortgageAmount.EmptyTextTip = null;
- this.txtDsro_MortgageAmount.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtDsro_MortgageAmount.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtDsro_MortgageAmount.Location = new System.Drawing.Point(507, 66);
- this.txtDsro_MortgageAmount.Name = "txtDsro_MortgageAmount";
- this.txtDsro_MortgageAmount.Size = new System.Drawing.Size(120, 23);
- this.txtDsro_MortgageAmount.TabIndex = 227;
- //
- // lblDsro_MortgageAmount
- //
- this.lblDsro_MortgageAmount.AutoSize = true;
- this.lblDsro_MortgageAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblDsro_MortgageAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblDsro_MortgageAmount.Location = new System.Drawing.Point(451, 69);
- this.lblDsro_MortgageAmount.Name = "lblDsro_MortgageAmount";
- this.lblDsro_MortgageAmount.Size = new System.Drawing.Size(53, 17);
- this.lblDsro_MortgageAmount.TabIndex = 226;
- this.lblDsro_MortgageAmount.Text = "* 押金:";
- //
- // txtDsro_Amount
- //
- this.txtDsro_Amount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtDsro_Amount.EmptyTextTip = null;
- this.txtDsro_Amount.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtDsro_Amount.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtDsro_Amount.Location = new System.Drawing.Point(314, 66);
- this.txtDsro_Amount.Name = "txtDsro_Amount";
- this.txtDsro_Amount.Size = new System.Drawing.Size(120, 23);
- this.txtDsro_Amount.TabIndex = 225;
- //
- // 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(241, 69);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(70, 17);
- this.labelEx2.TabIndex = 224;
- this.labelEx2.Text = "* 租/售金:";
- //
- // txtDsro_Number
- //
- this.txtDsro_Number.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtDsro_Number.EmptyTextTip = null;
- this.txtDsro_Number.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtDsro_Number.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtDsro_Number.Location = new System.Drawing.Point(77, 66);
- this.txtDsro_Number.Name = "txtDsro_Number";
- this.txtDsro_Number.ReadOnly = true;
- this.txtDsro_Number.Size = new System.Drawing.Size(150, 23);
- this.txtDsro_Number.TabIndex = 223;
- //
- // 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(30, 69);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(44, 17);
- this.labelEx6.TabIndex = 222;
- this.labelEx6.Text = "单号:";
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.BackColor = System.Drawing.Color.Transparent;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
- this.labelEx1.Location = new System.Drawing.Point(11, 41);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(56, 17);
- this.labelEx1.TabIndex = 201;
- this.labelEx1.Text = "租售资料";
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
- this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.IsCustomBackImg = false;
- this.btnSave.IsShowText = true;
- this.btnSave.Location = new System.Drawing.Point(569, 11);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 26);
- this.btnSave.TabIndex = 200;
- this.btnSave.Text = " 保 存";
- this.btnSave.UseVisualStyleBackColor = false;
- //
- // FrmDressRental
- //
- 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(910, 630);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsUserControlsSize = false;
- this.MinimizeBox = false;
- this.Name = "FrmDressRental";
- this.Text = "租售";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- this.panelEx2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picDsfm_PicturePath)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx2;
- protected ComponentLibrary.TextBoxBasicEx txtCus_CustomerNumber;
- private ComponentLibrary.LabelEx labelEx19;
- private ComponentLibrary.LabelEx labelEx20;
- protected ComponentLibrary.ButtonEx btnClose;
- protected ComponentLibrary.ButtonEx btnClear;
- protected ComponentLibrary.ButtonForm btnCusSelect;
- protected ComponentLibrary.PictureBoxEx picDsfm_PicturePath;
- protected ComponentLibrary.DataGridViewEx dgv;
- private ComponentLibrary.LabelEx labelEx18;
- private ComponentLibrary.LabelEx labelEx16;
- protected ComponentLibrary.CheckBoxEx chkCus_DayForMarriageLunar;
- private ComponentLibrary.LabelEx labelEx15;
- protected ComponentLibrary.CheckBoxEx chkCus_BirthdayLunar;
- private ComponentLibrary.LabelEx labelEx14;
- protected ComponentLibrary.TextBoxBasicEx txtCus_WorkUnit;
- private ComponentLibrary.LabelEx labelEx13;
- protected ComponentLibrary.TextBoxBasicEx txtCus_Address;
- private ComponentLibrary.LabelEx labelEx12;
- protected ComponentLibrary.TextBoxBasicEx txtCus_QQ;
- private ComponentLibrary.LabelEx labelEx11;
- protected ComponentLibrary.TextBoxBasicEx txtCus_Telephone;
- private ComponentLibrary.LabelEx labelEx10;
- protected ComponentLibrary.TextBoxBasicEx txtCus_Name;
- private ComponentLibrary.LabelEx labelEx9;
- private ComponentLibrary.LabelEx labelEx8;
- protected ComponentLibrary.TextBoxBasicEx txtDsro_Remark;
- private ComponentLibrary.LabelEx labelEx7;
- protected ComponentLibrary.TextBoxBasicEx txtDsro_MortgageAmount;
- protected ComponentLibrary.TextBoxBasicEx txtDsro_Amount;
- private ComponentLibrary.LabelEx labelEx2;
- protected ComponentLibrary.TextBoxBasicEx txtDsro_Number;
- private ComponentLibrary.LabelEx labelEx6;
- private ComponentLibrary.LabelEx labelEx1;
- protected ComponentLibrary.ButtonEx btnSave;
- protected ComponentLibrary.LabelEx lblDsro_MortgageAmount;
- protected ComponentLibrary.LabelEx lbltxtDsro_ReservationBackTime;
- protected ComponentLibrary.RadioButtonEx radSell;
- protected ComponentLibrary.RadioButtonEx radRent;
- protected ComponentLibrary.MaskedTextDateEx txtCus_DayForMarriage;
- protected ComponentLibrary.MaskedTextDateEx txtCus_Birthday;
- protected ComponentLibrary.ComboBoxTreeViewEx txtDsro_CreateName;
- private ComponentLibrary.LabelEx labelEx3;
- protected ComponentLibrary.TextBoxBasicEx txtDsro_CreateDateTime;
- private ComponentLibrary.LabelEx labelEx5;
- protected ComponentLibrary.TextBoxBasicEx txtDsro_HandledName;
- private ComponentLibrary.LabelEx labelEx4;
- private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressNumber;
- private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressName;
- private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressQuantity;
- private System.Windows.Forms.DataGridViewTextBoxColumn 出租价;
- private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_SalePrice;
- private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_CostPrice;
- protected ComponentLibrary.DateTimePickerEx txtDsro_TakeDressTime;
- protected ComponentLibrary.DateTimePickerEx txtDsro_ReservationBackTime;
- }
- }
|