12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454 |
- namespace LYFZ.Software.NewDressSystem
- {
- partial class frmAddDress
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddDress));
- this.txtDressNumber = new LYFZ.ComponentLibrary.TextBoxEx();
- this.lbDressNumber = new LYFZ.ComponentLibrary.LabelEx();
- this.groupLiFuInfo = new System.Windows.Forms.GroupBox();
- this.likNoAllSelect = new System.Windows.Forms.LinkLabel();
- this.plLiFuZhuangTai = new LYFZ.OtherExpansion.SkinControl.SkinPanel();
- this.rdoZhengChuang = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdoYiChuShou = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdoYiBaoFei = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.linkDelImage = new System.Windows.Forms.LinkLabel();
- this.linkUploadImage = new System.Windows.Forms.LinkLabel();
- this.likAllSelect = new System.Windows.Forms.LinkLabel();
- this.plShuangJiaZhuangTai = new LYFZ.OtherExpansion.SkinControl.SkinPanel();
- this.rdoShuangJia = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdoXiaJia = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.listViewImage = new System.Windows.Forms.ListView();
- this.nudDingZhiJiage = new System.Windows.Forms.NumericUpDown();
- this.nudChuZhuJiage = new System.Windows.Forms.NumericUpDown();
- this.nudChuShouJiage = new System.Windows.Forms.NumericUpDown();
- this.nudChenBenJiaGe = new System.Windows.Forms.NumericUpDown();
- this.nudGuoMaiJiaGe = new System.Windows.Forms.NumericUpDown();
- this.txtLiFuMiaoShu = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx();
- this.lbLiFuImageList = new LYFZ.ComponentLibrary.LabelEx();
- this.lbLiFuMiaoShu = new LYFZ.ComponentLibrary.LabelEx();
- this.lbRemark = new LYFZ.ComponentLibrary.LabelEx();
- this.lbShuangJiaZhuangTai = new LYFZ.ComponentLibrary.LabelEx();
- this.dtpDressChuShouDate = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.dtpDressBaoFeiDate = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.dtpDressBuyDate = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.lbDressChuShouDate = new LYFZ.ComponentLibrary.LabelEx();
- this.lbDressBaoFeiDate = new LYFZ.ComponentLibrary.LabelEx();
- this.lbDressBuyDate = new LYFZ.ComponentLibrary.LabelEx();
- this.lbDingZhiJiage = new LYFZ.ComponentLibrary.LabelEx();
- this.lbChuZhuJiage = new LYFZ.ComponentLibrary.LabelEx();
- this.lbChuShouJiage = new LYFZ.ComponentLibrary.LabelEx();
- this.lbGuoMaiJiaGe = new LYFZ.ComponentLibrary.LabelEx();
- this.lbChenBenJiaGe = new LYFZ.ComponentLibrary.LabelEx();
- this.txtDressName = new LYFZ.ComponentLibrary.TextBoxEx();
- this.lbDressName = new LYFZ.ComponentLibrary.LabelEx();
- this.btnSetBaiFangQuYu = new LYFZ.ComponentLibrary.ButtonForm();
- this.cbxBaiFangQuYu = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.lbBaiFangQuYu = new LYFZ.ComponentLibrary.LabelEx();
- this.btnSetQiTa = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnSetXiuChuang = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnSetYuanShe = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnSetJingHuoChuangJia = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnSetLiFuChiChun = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnSetYuangShi = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnSetQunChuang = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnSetFengGe = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnSetLiFuLeiBei = new LYFZ.ComponentLibrary.ButtonForm();
- this.cbxQiTa = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.cbxQunChuang = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.cbxLiFuChiChun = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.cbxXiuChuang = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.cbxYuangShi = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.cbxFengGe = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.cbxYuanShe = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.cbxJingHuoChuangJia = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.cbxLiFuLeiBei = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.lbQiTa = new LYFZ.ComponentLibrary.LabelEx();
- this.lbQunChuang = new LYFZ.ComponentLibrary.LabelEx();
- this.lbLiFuZhuangTai = new LYFZ.ComponentLibrary.LabelEx();
- this.lbLiFuChiChun = new LYFZ.ComponentLibrary.LabelEx();
- this.lbXiuChuang = new LYFZ.ComponentLibrary.LabelEx();
- this.lbYuangShi = new LYFZ.ComponentLibrary.LabelEx();
- this.lbFengGe = new LYFZ.ComponentLibrary.LabelEx();
- this.lbYuanShe = new LYFZ.ComponentLibrary.LabelEx();
- this.lbJingHuoChuangJia = new LYFZ.ComponentLibrary.LabelEx();
- this.lbLiFuLeiBei = new LYFZ.ComponentLibrary.LabelEx();
- this.lbLiFuCount = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.groupLiFuInfo.SuspendLayout();
- this.plLiFuZhuangTai.SuspendLayout();
- this.plShuangJiaZhuangTai.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudDingZhiJiage)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudChuZhuJiage)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudChuShouJiage)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudChenBenJiaGe)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudGuoMaiJiaGe)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.AutoScroll = true;
- this.plExMainContainer.BorderColor = System.Drawing.Color.BlanchedAlmond;
- this.plExMainContainer.Controls.Add(this.groupLiFuInfo);
- this.plExMainContainer.Controls.Add(this.txtDressNumber);
- this.plExMainContainer.Controls.Add(this.lbDressNumber);
- this.plExMainContainer.Controls.Add(this.lbLiFuCount);
- this.plExMainContainer.Size = new System.Drawing.Size(1010, 695);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(1010, 695);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(951, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(978, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(924, 0);
- //
- // txtDressNumber
- //
- this.txtDressNumber.BackColor = System.Drawing.Color.Transparent;
- this.txtDressNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtDressNumber.Icon = null;
- this.txtDressNumber.IconIsButton = false;
- this.txtDressNumber.IsPasswordChat = '\0';
- this.txtDressNumber.IsSystemPasswordChar = false;
- this.txtDressNumber.Lines = new string[0];
- this.txtDressNumber.Location = new System.Drawing.Point(94, 7);
- this.txtDressNumber.Margin = new System.Windows.Forms.Padding(0);
- this.txtDressNumber.MaxLength = 32767;
- this.txtDressNumber.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtDressNumber.MouseBack = null;
- this.txtDressNumber.Multiline = true;
- this.txtDressNumber.Name = "txtDressNumber";
- this.txtDressNumber.NormlBack = null;
- this.txtDressNumber.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtDressNumber.ReadOnly = false;
- this.txtDressNumber.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.txtDressNumber.Size = new System.Drawing.Size(857, 41);
- this.txtDressNumber.TabIndex = 16358;
- this.txtDressNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtDressNumber.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtDressNumber.WaterText = "";
- this.txtDressNumber.WordWrap = true;
- //
- // lbDressNumber
- //
- this.lbDressNumber.AutoSize = true;
- this.lbDressNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbDressNumber.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbDressNumber.Location = new System.Drawing.Point(12, 17);
- this.lbDressNumber.Name = "lbDressNumber";
- this.lbDressNumber.Size = new System.Drawing.Size(77, 17);
- this.lbDressNumber.TabIndex = 16359;
- this.lbDressNumber.Text = "* 礼服编号:";
- //
- // groupLiFuInfo
- //
- this.groupLiFuInfo.Controls.Add(this.likNoAllSelect);
- this.groupLiFuInfo.Controls.Add(this.plLiFuZhuangTai);
- this.groupLiFuInfo.Controls.Add(this.linkDelImage);
- this.groupLiFuInfo.Controls.Add(this.linkUploadImage);
- this.groupLiFuInfo.Controls.Add(this.likAllSelect);
- this.groupLiFuInfo.Controls.Add(this.plShuangJiaZhuangTai);
- this.groupLiFuInfo.Controls.Add(this.btnSave);
- this.groupLiFuInfo.Controls.Add(this.btnClose);
- this.groupLiFuInfo.Controls.Add(this.listViewImage);
- this.groupLiFuInfo.Controls.Add(this.nudDingZhiJiage);
- this.groupLiFuInfo.Controls.Add(this.nudChuZhuJiage);
- this.groupLiFuInfo.Controls.Add(this.nudChuShouJiage);
- this.groupLiFuInfo.Controls.Add(this.nudChenBenJiaGe);
- this.groupLiFuInfo.Controls.Add(this.nudGuoMaiJiaGe);
- this.groupLiFuInfo.Controls.Add(this.txtLiFuMiaoShu);
- this.groupLiFuInfo.Controls.Add(this.txtRemark);
- this.groupLiFuInfo.Controls.Add(this.lbLiFuImageList);
- this.groupLiFuInfo.Controls.Add(this.lbLiFuMiaoShu);
- this.groupLiFuInfo.Controls.Add(this.lbRemark);
- this.groupLiFuInfo.Controls.Add(this.lbShuangJiaZhuangTai);
- this.groupLiFuInfo.Controls.Add(this.dtpDressChuShouDate);
- this.groupLiFuInfo.Controls.Add(this.dtpDressBaoFeiDate);
- this.groupLiFuInfo.Controls.Add(this.dtpDressBuyDate);
- this.groupLiFuInfo.Controls.Add(this.lbDressChuShouDate);
- this.groupLiFuInfo.Controls.Add(this.lbDressBaoFeiDate);
- this.groupLiFuInfo.Controls.Add(this.lbDressBuyDate);
- this.groupLiFuInfo.Controls.Add(this.lbDingZhiJiage);
- this.groupLiFuInfo.Controls.Add(this.lbChuZhuJiage);
- this.groupLiFuInfo.Controls.Add(this.lbChuShouJiage);
- this.groupLiFuInfo.Controls.Add(this.lbGuoMaiJiaGe);
- this.groupLiFuInfo.Controls.Add(this.lbChenBenJiaGe);
- this.groupLiFuInfo.Controls.Add(this.txtDressName);
- this.groupLiFuInfo.Controls.Add(this.lbDressName);
- this.groupLiFuInfo.Controls.Add(this.btnSetBaiFangQuYu);
- this.groupLiFuInfo.Controls.Add(this.cbxBaiFangQuYu);
- this.groupLiFuInfo.Controls.Add(this.lbBaiFangQuYu);
- this.groupLiFuInfo.Controls.Add(this.btnSetQiTa);
- this.groupLiFuInfo.Controls.Add(this.btnSetXiuChuang);
- this.groupLiFuInfo.Controls.Add(this.btnSetYuanShe);
- this.groupLiFuInfo.Controls.Add(this.btnSetJingHuoChuangJia);
- this.groupLiFuInfo.Controls.Add(this.btnSetLiFuChiChun);
- this.groupLiFuInfo.Controls.Add(this.btnSetYuangShi);
- this.groupLiFuInfo.Controls.Add(this.btnSetQunChuang);
- this.groupLiFuInfo.Controls.Add(this.btnSetFengGe);
- this.groupLiFuInfo.Controls.Add(this.btnSetLiFuLeiBei);
- this.groupLiFuInfo.Controls.Add(this.cbxQiTa);
- this.groupLiFuInfo.Controls.Add(this.cbxQunChuang);
- this.groupLiFuInfo.Controls.Add(this.cbxLiFuChiChun);
- this.groupLiFuInfo.Controls.Add(this.cbxXiuChuang);
- this.groupLiFuInfo.Controls.Add(this.cbxYuangShi);
- this.groupLiFuInfo.Controls.Add(this.cbxFengGe);
- this.groupLiFuInfo.Controls.Add(this.cbxYuanShe);
- this.groupLiFuInfo.Controls.Add(this.cbxJingHuoChuangJia);
- this.groupLiFuInfo.Controls.Add(this.cbxLiFuLeiBei);
- this.groupLiFuInfo.Controls.Add(this.lbQiTa);
- this.groupLiFuInfo.Controls.Add(this.lbQunChuang);
- this.groupLiFuInfo.Controls.Add(this.lbLiFuZhuangTai);
- this.groupLiFuInfo.Controls.Add(this.lbLiFuChiChun);
- this.groupLiFuInfo.Controls.Add(this.lbXiuChuang);
- this.groupLiFuInfo.Controls.Add(this.lbYuangShi);
- this.groupLiFuInfo.Controls.Add(this.lbFengGe);
- this.groupLiFuInfo.Controls.Add(this.lbYuanShe);
- this.groupLiFuInfo.Controls.Add(this.lbJingHuoChuangJia);
- this.groupLiFuInfo.Controls.Add(this.lbLiFuLeiBei);
- this.groupLiFuInfo.Location = new System.Drawing.Point(9, 51);
- this.groupLiFuInfo.Name = "groupLiFuInfo";
- this.groupLiFuInfo.Size = new System.Drawing.Size(980, 636);
- this.groupLiFuInfo.TabIndex = 16360;
- this.groupLiFuInfo.TabStop = false;
- this.groupLiFuInfo.Text = "礼服资料";
- //
- // likNoAllSelect
- //
- this.likNoAllSelect.ActiveLinkColor = System.Drawing.Color.CadetBlue;
- this.likNoAllSelect.AutoSize = true;
- this.likNoAllSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.likNoAllSelect.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
- this.likNoAllSelect.LinkColor = System.Drawing.Color.CadetBlue;
- this.likNoAllSelect.Location = new System.Drawing.Point(142, 1);
- this.likNoAllSelect.Name = "likNoAllSelect";
- this.likNoAllSelect.Size = new System.Drawing.Size(68, 17);
- this.likNoAllSelect.TabIndex = 16457;
- this.likNoAllSelect.TabStop = true;
- this.likNoAllSelect.Text = "取 消 全 选";
- this.likNoAllSelect.VisitedLinkColor = System.Drawing.Color.CadetBlue;
- //
- // plLiFuZhuangTai
- //
- this.plLiFuZhuangTai.BackColor = System.Drawing.Color.Transparent;
- this.plLiFuZhuangTai.Controls.Add(this.rdoZhengChuang);
- this.plLiFuZhuangTai.Controls.Add(this.rdoYiChuShou);
- this.plLiFuZhuangTai.Controls.Add(this.rdoYiBaoFei);
- this.plLiFuZhuangTai.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.plLiFuZhuangTai.DownBack = null;
- this.plLiFuZhuangTai.Location = new System.Drawing.Point(428, 232);
- this.plLiFuZhuangTai.MouseBack = null;
- this.plLiFuZhuangTai.Name = "plLiFuZhuangTai";
- this.plLiFuZhuangTai.NormlBack = null;
- this.plLiFuZhuangTai.Size = new System.Drawing.Size(220, 27);
- this.plLiFuZhuangTai.TabIndex = 16455;
- //
- // rdoZhengChuang
- //
- this.rdoZhengChuang.AutoSize = true;
- this.rdoZhengChuang.BackColor = System.Drawing.Color.Transparent;
- this.rdoZhengChuang.Checked = true;
- this.rdoZhengChuang.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdoZhengChuang.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoZhengChuang.Location = new System.Drawing.Point(3, 3);
- this.rdoZhengChuang.Name = "rdoZhengChuang";
- this.rdoZhengChuang.Size = new System.Drawing.Size(50, 21);
- this.rdoZhengChuang.TabIndex = 16391;
- this.rdoZhengChuang.TabStop = true;
- this.rdoZhengChuang.Tag = "0";
- this.rdoZhengChuang.Text = "正常";
- this.rdoZhengChuang.UseVisualStyleBackColor = false;
- //
- // rdoYiChuShou
- //
- this.rdoYiChuShou.AutoSize = true;
- this.rdoYiChuShou.BackColor = System.Drawing.Color.Transparent;
- this.rdoYiChuShou.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdoYiChuShou.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoYiChuShou.Location = new System.Drawing.Point(66, 3);
- this.rdoYiChuShou.Name = "rdoYiChuShou";
- this.rdoYiChuShou.Size = new System.Drawing.Size(62, 21);
- this.rdoYiChuShou.TabIndex = 16391;
- this.rdoYiChuShou.Tag = "1";
- this.rdoYiChuShou.Text = "已出售";
- this.rdoYiChuShou.UseVisualStyleBackColor = false;
- //
- // rdoYiBaoFei
- //
- this.rdoYiBaoFei.AutoSize = true;
- this.rdoYiBaoFei.BackColor = System.Drawing.Color.Transparent;
- this.rdoYiBaoFei.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdoYiBaoFei.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoYiBaoFei.Location = new System.Drawing.Point(145, 3);
- this.rdoYiBaoFei.Name = "rdoYiBaoFei";
- this.rdoYiBaoFei.Size = new System.Drawing.Size(62, 21);
- this.rdoYiBaoFei.TabIndex = 16391;
- this.rdoYiBaoFei.Tag = "2";
- this.rdoYiBaoFei.Text = "已报废";
- this.rdoYiBaoFei.UseVisualStyleBackColor = false;
- //
- // linkDelImage
- //
- this.linkDelImage.ActiveLinkColor = System.Drawing.Color.CadetBlue;
- this.linkDelImage.AutoSize = true;
- this.linkDelImage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.linkDelImage.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
- this.linkDelImage.LinkColor = System.Drawing.Color.SlateBlue;
- this.linkDelImage.Location = new System.Drawing.Point(912, 397);
- this.linkDelImage.Name = "linkDelImage";
- this.linkDelImage.Size = new System.Drawing.Size(56, 17);
- this.linkDelImage.TabIndex = 16456;
- this.linkDelImage.TabStop = true;
- this.linkDelImage.Text = "删除图片";
- this.linkDelImage.VisitedLinkColor = System.Drawing.Color.CadetBlue;
- //
- // linkUploadImage
- //
- this.linkUploadImage.ActiveLinkColor = System.Drawing.Color.CadetBlue;
- this.linkUploadImage.AutoSize = true;
- this.linkUploadImage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.linkUploadImage.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
- this.linkUploadImage.LinkColor = System.Drawing.Color.SlateBlue;
- this.linkUploadImage.Location = new System.Drawing.Point(803, 397);
- this.linkUploadImage.Name = "linkUploadImage";
- this.linkUploadImage.Size = new System.Drawing.Size(56, 17);
- this.linkUploadImage.TabIndex = 16456;
- this.linkUploadImage.TabStop = true;
- this.linkUploadImage.Text = "上传图片";
- this.linkUploadImage.VisitedLinkColor = System.Drawing.Color.CadetBlue;
- //
- // likAllSelect
- //
- this.likAllSelect.ActiveLinkColor = System.Drawing.Color.CadetBlue;
- this.likAllSelect.AutoSize = true;
- this.likAllSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.likAllSelect.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
- this.likAllSelect.LinkColor = System.Drawing.Color.CadetBlue;
- this.likAllSelect.Location = new System.Drawing.Point(89, 1);
- this.likAllSelect.Name = "likAllSelect";
- this.likAllSelect.Size = new System.Drawing.Size(36, 17);
- this.likAllSelect.TabIndex = 16456;
- this.likAllSelect.TabStop = true;
- this.likAllSelect.Text = "全 选";
- this.likAllSelect.VisitedLinkColor = System.Drawing.Color.CadetBlue;
- //
- // plShuangJiaZhuangTai
- //
- this.plShuangJiaZhuangTai.BackColor = System.Drawing.Color.Transparent;
- this.plShuangJiaZhuangTai.Controls.Add(this.rdoShuangJia);
- this.plShuangJiaZhuangTai.Controls.Add(this.rdoXiaJia);
- this.plShuangJiaZhuangTai.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.plShuangJiaZhuangTai.DownBack = null;
- this.plShuangJiaZhuangTai.Location = new System.Drawing.Point(85, 232);
- this.plShuangJiaZhuangTai.MouseBack = null;
- this.plShuangJiaZhuangTai.Name = "plShuangJiaZhuangTai";
- this.plShuangJiaZhuangTai.NormlBack = null;
- this.plShuangJiaZhuangTai.Size = new System.Drawing.Size(220, 27);
- this.plShuangJiaZhuangTai.TabIndex = 16454;
- //
- // rdoShuangJia
- //
- this.rdoShuangJia.AutoSize = true;
- this.rdoShuangJia.BackColor = System.Drawing.Color.Transparent;
- this.rdoShuangJia.Checked = true;
- this.rdoShuangJia.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdoShuangJia.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoShuangJia.Location = new System.Drawing.Point(3, 3);
- this.rdoShuangJia.Name = "rdoShuangJia";
- this.rdoShuangJia.Size = new System.Drawing.Size(50, 21);
- this.rdoShuangJia.TabIndex = 16391;
- this.rdoShuangJia.TabStop = true;
- this.rdoShuangJia.Text = "上架";
- this.rdoShuangJia.UseVisualStyleBackColor = false;
- //
- // rdoXiaJia
- //
- this.rdoXiaJia.AutoSize = true;
- this.rdoXiaJia.BackColor = System.Drawing.Color.Transparent;
- this.rdoXiaJia.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdoXiaJia.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoXiaJia.Location = new System.Drawing.Point(113, 3);
- this.rdoXiaJia.Name = "rdoXiaJia";
- this.rdoXiaJia.Size = new System.Drawing.Size(50, 21);
- this.rdoXiaJia.TabIndex = 16391;
- this.rdoXiaJia.Text = "下架";
- this.rdoXiaJia.UseVisualStyleBackColor = false;
- //
- // 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(720, 228);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(112, 34);
- this.btnSave.TabIndex = 16453;
- this.btnSave.Text = "保存礼服";
- this.btnSave.UseVisualStyleBackColor = false;
- //
- // 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(857, 228);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(112, 34);
- this.btnClose.TabIndex = 16452;
- this.btnClose.Text = "关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // listViewImage
- //
- this.listViewImage.Location = new System.Drawing.Point(85, 418);
- this.listViewImage.Name = "listViewImage";
- this.listViewImage.Size = new System.Drawing.Size(889, 210);
- this.listViewImage.TabIndex = 16451;
- this.listViewImage.UseCompatibleStateImageBehavior = false;
- //
- // nudDingZhiJiage
- //
- this.nudDingZhiJiage.DecimalPlaces = 2;
- this.nudDingZhiJiage.Location = new System.Drawing.Point(862, 56);
- this.nudDingZhiJiage.Maximum = new decimal(new int[] {
- 1410065407,
- 2,
- 0,
- 0});
- this.nudDingZhiJiage.Minimum = new decimal(new int[] {
- 999999999,
- 0,
- 0,
- -2147483648});
- this.nudDingZhiJiage.Name = "nudDingZhiJiage";
- this.nudDingZhiJiage.Size = new System.Drawing.Size(109, 21);
- this.nudDingZhiJiage.TabIndex = 16450;
- this.nudDingZhiJiage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // nudChuZhuJiage
- //
- this.nudChuZhuJiage.DecimalPlaces = 2;
- this.nudChuZhuJiage.Location = new System.Drawing.Point(664, 56);
- this.nudChuZhuJiage.Maximum = new decimal(new int[] {
- 1410065407,
- 2,
- 0,
- 0});
- this.nudChuZhuJiage.Minimum = new decimal(new int[] {
- 999999999,
- 0,
- 0,
- -2147483648});
- this.nudChuZhuJiage.Name = "nudChuZhuJiage";
- this.nudChuZhuJiage.Size = new System.Drawing.Size(109, 21);
- this.nudChuZhuJiage.TabIndex = 16449;
- this.nudChuZhuJiage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // nudChuShouJiage
- //
- this.nudChuShouJiage.DecimalPlaces = 2;
- this.nudChuShouJiage.Location = new System.Drawing.Point(466, 56);
- this.nudChuShouJiage.Maximum = new decimal(new int[] {
- 1410065407,
- 2,
- 0,
- 0});
- this.nudChuShouJiage.Minimum = new decimal(new int[] {
- 999999999,
- 0,
- 0,
- -2147483648});
- this.nudChuShouJiage.Name = "nudChuShouJiage";
- this.nudChuShouJiage.Size = new System.Drawing.Size(109, 21);
- this.nudChuShouJiage.TabIndex = 16448;
- this.nudChuShouJiage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // nudChenBenJiaGe
- //
- this.nudChenBenJiaGe.DecimalPlaces = 2;
- this.nudChenBenJiaGe.Location = new System.Drawing.Point(278, 56);
- this.nudChenBenJiaGe.Maximum = new decimal(new int[] {
- 1410065407,
- 2,
- 0,
- 0});
- this.nudChenBenJiaGe.Minimum = new decimal(new int[] {
- 999999999,
- 0,
- 0,
- -2147483648});
- this.nudChenBenJiaGe.Name = "nudChenBenJiaGe";
- this.nudChenBenJiaGe.Size = new System.Drawing.Size(99, 21);
- this.nudChenBenJiaGe.TabIndex = 16447;
- this.nudChenBenJiaGe.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // nudGuoMaiJiaGe
- //
- this.nudGuoMaiJiaGe.DecimalPlaces = 2;
- this.nudGuoMaiJiaGe.Location = new System.Drawing.Point(85, 56);
- this.nudGuoMaiJiaGe.Maximum = new decimal(new int[] {
- 1410065407,
- 2,
- 0,
- 0});
- this.nudGuoMaiJiaGe.Minimum = new decimal(new int[] {
- 999999999,
- 0,
- 0,
- -2147483648});
- this.nudGuoMaiJiaGe.Name = "nudGuoMaiJiaGe";
- this.nudGuoMaiJiaGe.Size = new System.Drawing.Size(99, 21);
- this.nudGuoMaiJiaGe.TabIndex = 16446;
- this.nudGuoMaiJiaGe.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtLiFuMiaoShu
- //
- this.txtLiFuMiaoShu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.txtLiFuMiaoShu.BackColor = System.Drawing.Color.Transparent;
- this.txtLiFuMiaoShu.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtLiFuMiaoShu.Icon = null;
- this.txtLiFuMiaoShu.IconIsButton = false;
- this.txtLiFuMiaoShu.IsPasswordChat = '\0';
- this.txtLiFuMiaoShu.IsSystemPasswordChar = false;
- this.txtLiFuMiaoShu.Lines = new string[0];
- this.txtLiFuMiaoShu.Location = new System.Drawing.Point(85, 306);
- this.txtLiFuMiaoShu.Margin = new System.Windows.Forms.Padding(0);
- this.txtLiFuMiaoShu.MaxLength = 32767;
- this.txtLiFuMiaoShu.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtLiFuMiaoShu.MouseBack = null;
- this.txtLiFuMiaoShu.Multiline = true;
- this.txtLiFuMiaoShu.Name = "txtLiFuMiaoShu";
- this.txtLiFuMiaoShu.NormlBack = null;
- this.txtLiFuMiaoShu.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtLiFuMiaoShu.ReadOnly = false;
- this.txtLiFuMiaoShu.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.txtLiFuMiaoShu.Size = new System.Drawing.Size(886, 82);
- this.txtLiFuMiaoShu.TabIndex = 16405;
- this.txtLiFuMiaoShu.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtLiFuMiaoShu.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtLiFuMiaoShu.WaterText = "";
- this.txtLiFuMiaoShu.WordWrap = true;
- //
- // txtRemark
- //
- this.txtRemark.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.txtRemark.BackColor = System.Drawing.Color.Transparent;
- this.txtRemark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- 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(85, 272);
- this.txtRemark.Margin = new System.Windows.Forms.Padding(0);
- this.txtRemark.MaxLength = 32767;
- this.txtRemark.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtRemark.MouseBack = null;
- this.txtRemark.Multiline = false;
- this.txtRemark.Name = "txtRemark";
- this.txtRemark.NormlBack = null;
- this.txtRemark.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtRemark.ReadOnly = false;
- this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtRemark.Size = new System.Drawing.Size(886, 27);
- this.txtRemark.TabIndex = 16406;
- this.txtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtRemark.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtRemark.WaterText = "";
- this.txtRemark.WordWrap = true;
- //
- // lbLiFuImageList
- //
- this.lbLiFuImageList.AutoSize = true;
- this.lbLiFuImageList.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbLiFuImageList.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbLiFuImageList.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbLiFuImageList.Location = new System.Drawing.Point(11, 418);
- this.lbLiFuImageList.Name = "lbLiFuImageList";
- this.lbLiFuImageList.Size = new System.Drawing.Size(68, 17);
- this.lbLiFuImageList.TabIndex = 16443;
- this.lbLiFuImageList.Tag = "1";
- this.lbLiFuImageList.Text = "礼服图片:";
- //
- // lbLiFuMiaoShu
- //
- this.lbLiFuMiaoShu.AutoSize = true;
- this.lbLiFuMiaoShu.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbLiFuMiaoShu.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbLiFuMiaoShu.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbLiFuMiaoShu.Location = new System.Drawing.Point(11, 310);
- this.lbLiFuMiaoShu.Name = "lbLiFuMiaoShu";
- this.lbLiFuMiaoShu.Size = new System.Drawing.Size(68, 17);
- this.lbLiFuMiaoShu.TabIndex = 16445;
- this.lbLiFuMiaoShu.Tag = "1";
- this.lbLiFuMiaoShu.Text = "礼服描述:";
- //
- // lbRemark
- //
- this.lbRemark.AutoSize = true;
- this.lbRemark.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbRemark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbRemark.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbRemark.Location = new System.Drawing.Point(11, 275);
- this.lbRemark.Name = "lbRemark";
- this.lbRemark.Size = new System.Drawing.Size(68, 17);
- this.lbRemark.TabIndex = 16444;
- this.lbRemark.Tag = "1";
- this.lbRemark.Text = "礼服备注:";
- //
- // lbShuangJiaZhuangTai
- //
- this.lbShuangJiaZhuangTai.AutoSize = true;
- this.lbShuangJiaZhuangTai.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbShuangJiaZhuangTai.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbShuangJiaZhuangTai.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbShuangJiaZhuangTai.Location = new System.Drawing.Point(2, 237);
- this.lbShuangJiaZhuangTai.Name = "lbShuangJiaZhuangTai";
- this.lbShuangJiaZhuangTai.Size = new System.Drawing.Size(68, 17);
- this.lbShuangJiaZhuangTai.TabIndex = 16442;
- this.lbShuangJiaZhuangTai.Tag = "1";
- this.lbShuangJiaZhuangTai.Text = "上架状态:";
- //
- // dtpDressChuShouDate
- //
- this.dtpDressChuShouDate.CustomFormat = " ";
- this.dtpDressChuShouDate.DateValue = "";
- this.dtpDressChuShouDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpDressChuShouDate.IsShowTime = false;
- this.dtpDressChuShouDate.Location = new System.Drawing.Point(862, 21);
- this.dtpDressChuShouDate.Name = "dtpDressChuShouDate";
- this.dtpDressChuShouDate.Size = new System.Drawing.Size(109, 21);
- this.dtpDressChuShouDate.TabIndex = 16419;
- //
- // dtpDressBaoFeiDate
- //
- this.dtpDressBaoFeiDate.CustomFormat = " ";
- this.dtpDressBaoFeiDate.DateValue = "";
- this.dtpDressBaoFeiDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpDressBaoFeiDate.IsShowTime = false;
- this.dtpDressBaoFeiDate.Location = new System.Drawing.Point(664, 22);
- this.dtpDressBaoFeiDate.Name = "dtpDressBaoFeiDate";
- this.dtpDressBaoFeiDate.Size = new System.Drawing.Size(109, 21);
- this.dtpDressBaoFeiDate.TabIndex = 16418;
- //
- // dtpDressBuyDate
- //
- this.dtpDressBuyDate.CustomFormat = " ";
- this.dtpDressBuyDate.DateValue = "";
- this.dtpDressBuyDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpDressBuyDate.IsShowTime = false;
- this.dtpDressBuyDate.Location = new System.Drawing.Point(466, 24);
- this.dtpDressBuyDate.Name = "dtpDressBuyDate";
- this.dtpDressBuyDate.Size = new System.Drawing.Size(109, 21);
- this.dtpDressBuyDate.TabIndex = 16420;
- //
- // lbDressChuShouDate
- //
- this.lbDressChuShouDate.AutoSize = true;
- this.lbDressChuShouDate.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbDressChuShouDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbDressChuShouDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbDressChuShouDate.Location = new System.Drawing.Point(790, 23);
- this.lbDressChuShouDate.Name = "lbDressChuShouDate";
- this.lbDressChuShouDate.Size = new System.Drawing.Size(68, 17);
- this.lbDressChuShouDate.TabIndex = 16441;
- this.lbDressChuShouDate.Tag = "1";
- this.lbDressChuShouDate.Text = "出售日期:";
- //
- // lbDressBaoFeiDate
- //
- this.lbDressBaoFeiDate.AutoSize = true;
- this.lbDressBaoFeiDate.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbDressBaoFeiDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbDressBaoFeiDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbDressBaoFeiDate.Location = new System.Drawing.Point(592, 24);
- this.lbDressBaoFeiDate.Name = "lbDressBaoFeiDate";
- this.lbDressBaoFeiDate.Size = new System.Drawing.Size(68, 17);
- this.lbDressBaoFeiDate.TabIndex = 16440;
- this.lbDressBaoFeiDate.Tag = "1";
- this.lbDressBaoFeiDate.Text = "报废日期:";
- //
- // lbDressBuyDate
- //
- this.lbDressBuyDate.AutoSize = true;
- this.lbDressBuyDate.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbDressBuyDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbDressBuyDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbDressBuyDate.Location = new System.Drawing.Point(385, 26);
- this.lbDressBuyDate.Name = "lbDressBuyDate";
- this.lbDressBuyDate.Size = new System.Drawing.Size(77, 17);
- this.lbDressBuyDate.TabIndex = 16439;
- this.lbDressBuyDate.Tag = "1";
- this.lbDressBuyDate.Text = "* 购买日期:";
- //
- // lbDingZhiJiage
- //
- this.lbDingZhiJiage.AutoSize = true;
- this.lbDingZhiJiage.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbDingZhiJiage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbDingZhiJiage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbDingZhiJiage.Location = new System.Drawing.Point(790, 58);
- this.lbDingZhiJiage.Name = "lbDingZhiJiage";
- this.lbDingZhiJiage.Size = new System.Drawing.Size(68, 17);
- this.lbDingZhiJiage.TabIndex = 16438;
- this.lbDingZhiJiage.Tag = "1";
- this.lbDingZhiJiage.Text = "订制价格:";
- //
- // lbChuZhuJiage
- //
- this.lbChuZhuJiage.AutoSize = true;
- this.lbChuZhuJiage.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbChuZhuJiage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbChuZhuJiage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbChuZhuJiage.Location = new System.Drawing.Point(592, 58);
- this.lbChuZhuJiage.Name = "lbChuZhuJiage";
- this.lbChuZhuJiage.Size = new System.Drawing.Size(68, 17);
- this.lbChuZhuJiage.TabIndex = 16437;
- this.lbChuZhuJiage.Tag = "1";
- this.lbChuZhuJiage.Text = "出租价格:";
- //
- // lbChuShouJiage
- //
- this.lbChuShouJiage.AutoSize = true;
- this.lbChuShouJiage.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbChuShouJiage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbChuShouJiage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbChuShouJiage.Location = new System.Drawing.Point(394, 58);
- this.lbChuShouJiage.Name = "lbChuShouJiage";
- this.lbChuShouJiage.Size = new System.Drawing.Size(68, 17);
- this.lbChuShouJiage.TabIndex = 16436;
- this.lbChuShouJiage.Tag = "1";
- this.lbChuShouJiage.Text = "出售价格:";
- //
- // lbGuoMaiJiaGe
- //
- this.lbGuoMaiJiaGe.AutoSize = true;
- this.lbGuoMaiJiaGe.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbGuoMaiJiaGe.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbGuoMaiJiaGe.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbGuoMaiJiaGe.Location = new System.Drawing.Point(11, 58);
- this.lbGuoMaiJiaGe.Name = "lbGuoMaiJiaGe";
- this.lbGuoMaiJiaGe.Size = new System.Drawing.Size(68, 17);
- this.lbGuoMaiJiaGe.TabIndex = 16435;
- this.lbGuoMaiJiaGe.Tag = "1";
- this.lbGuoMaiJiaGe.Text = "购买价格:";
- //
- // lbChenBenJiaGe
- //
- this.lbChenBenJiaGe.AutoSize = true;
- this.lbChenBenJiaGe.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbChenBenJiaGe.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbChenBenJiaGe.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbChenBenJiaGe.Location = new System.Drawing.Point(206, 58);
- this.lbChenBenJiaGe.Name = "lbChenBenJiaGe";
- this.lbChenBenJiaGe.Size = new System.Drawing.Size(68, 17);
- this.lbChenBenJiaGe.TabIndex = 16434;
- this.lbChenBenJiaGe.Tag = "1";
- this.lbChenBenJiaGe.Text = "成本价格:";
- //
- // txtDressName
- //
- this.txtDressName.BackColor = System.Drawing.Color.Transparent;
- this.txtDressName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtDressName.Icon = null;
- this.txtDressName.IconIsButton = false;
- this.txtDressName.IsPasswordChat = '\0';
- this.txtDressName.IsSystemPasswordChar = false;
- this.txtDressName.Lines = new string[0];
- this.txtDressName.Location = new System.Drawing.Point(85, 20);
- this.txtDressName.Margin = new System.Windows.Forms.Padding(0);
- this.txtDressName.MaxLength = 32767;
- this.txtDressName.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtDressName.MouseBack = null;
- this.txtDressName.Multiline = false;
- this.txtDressName.Name = "txtDressName";
- this.txtDressName.NormlBack = null;
- this.txtDressName.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtDressName.ReadOnly = false;
- this.txtDressName.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtDressName.Size = new System.Drawing.Size(292, 25);
- this.txtDressName.TabIndex = 16404;
- this.txtDressName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtDressName.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtDressName.WaterText = "";
- this.txtDressName.WordWrap = true;
- //
- // lbDressName
- //
- this.lbDressName.AutoSize = true;
- this.lbDressName.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbDressName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbDressName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbDressName.Location = new System.Drawing.Point(2, 24);
- this.lbDressName.Name = "lbDressName";
- this.lbDressName.Size = new System.Drawing.Size(77, 17);
- this.lbDressName.TabIndex = 16433;
- this.lbDressName.Tag = "1";
- this.lbDressName.Text = "* 礼服名称:";
- //
- // btnSetBaiFangQuYu
- //
- this.btnSetBaiFangQuYu.BackColor = System.Drawing.Color.Transparent;
- this.btnSetBaiFangQuYu.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetBaiFangQuYu.BackImg")));
- this.btnSetBaiFangQuYu.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSetBaiFangQuYu.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSetBaiFangQuYu.ForeColor = System.Drawing.Color.White;
- this.btnSetBaiFangQuYu.IsCustomBackImg = false;
- this.btnSetBaiFangQuYu.IsShowText = true;
- this.btnSetBaiFangQuYu.Location = new System.Drawing.Point(919, 96);
- this.btnSetBaiFangQuYu.Name = "btnSetBaiFangQuYu";
- this.btnSetBaiFangQuYu.Size = new System.Drawing.Size(55, 23);
- this.btnSetBaiFangQuYu.TabIndex = 16421;
- this.btnSetBaiFangQuYu.Text = " 设置";
- this.btnSetBaiFangQuYu.UseVisualStyleBackColor = false;
- //
- // cbxBaiFangQuYu
- //
- this.cbxBaiFangQuYu.AfterSelectLevelFirstNode = true;
- this.cbxBaiFangQuYu.DropDownHeight = 220;
- this.cbxBaiFangQuYu.DropDownShow = false;
- this.cbxBaiFangQuYu.FormattingEnabled = true;
- this.cbxBaiFangQuYu.IntegralHeight = false;
- this.cbxBaiFangQuYu.IsNodeMouseClick = true;
- this.cbxBaiFangQuYu.IsSelectParentNode = false;
- this.cbxBaiFangQuYu.Location = new System.Drawing.Point(751, 97);
- this.cbxBaiFangQuYu.Name = "cbxBaiFangQuYu";
- this.cbxBaiFangQuYu.ReadOnly = true;
- this.cbxBaiFangQuYu.SelectedNode = null;
- this.cbxBaiFangQuYu.Size = new System.Drawing.Size(160, 20);
- this.cbxBaiFangQuYu.StrGetName = "";
- this.cbxBaiFangQuYu.StrGetTagName = "";
- this.cbxBaiFangQuYu.StrKey = null;
- this.cbxBaiFangQuYu.TabIndex = 16403;
- //
- // lbBaiFangQuYu
- //
- this.lbBaiFangQuYu.AutoSize = true;
- this.lbBaiFangQuYu.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbBaiFangQuYu.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbBaiFangQuYu.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbBaiFangQuYu.Location = new System.Drawing.Point(670, 99);
- this.lbBaiFangQuYu.Name = "lbBaiFangQuYu";
- this.lbBaiFangQuYu.Size = new System.Drawing.Size(77, 17);
- this.lbBaiFangQuYu.TabIndex = 16432;
- this.lbBaiFangQuYu.Tag = "1";
- this.lbBaiFangQuYu.Text = "* 摆放区域:";
- //
- // btnSetQiTa
- //
- this.btnSetQiTa.BackColor = System.Drawing.Color.Transparent;
- this.btnSetQiTa.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetQiTa.BackImg")));
- this.btnSetQiTa.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSetQiTa.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSetQiTa.ForeColor = System.Drawing.Color.White;
- this.btnSetQiTa.IsCustomBackImg = false;
- this.btnSetQiTa.IsShowText = true;
- this.btnSetQiTa.Location = new System.Drawing.Point(250, 198);
- this.btnSetQiTa.Name = "btnSetQiTa";
- this.btnSetQiTa.Size = new System.Drawing.Size(55, 23);
- this.btnSetQiTa.TabIndex = 16411;
- this.btnSetQiTa.Text = " 设置";
- this.btnSetQiTa.UseVisualStyleBackColor = false;
- //
- // btnSetXiuChuang
- //
- this.btnSetXiuChuang.BackColor = System.Drawing.Color.Transparent;
- this.btnSetXiuChuang.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetXiuChuang.BackImg")));
- this.btnSetXiuChuang.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSetXiuChuang.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSetXiuChuang.ForeColor = System.Drawing.Color.White;
- this.btnSetXiuChuang.IsCustomBackImg = false;
- this.btnSetXiuChuang.IsShowText = true;
- this.btnSetXiuChuang.Location = new System.Drawing.Point(250, 165);
- this.btnSetXiuChuang.Name = "btnSetXiuChuang";
- this.btnSetXiuChuang.Size = new System.Drawing.Size(55, 23);
- this.btnSetXiuChuang.TabIndex = 16410;
- this.btnSetXiuChuang.Text = " 设置";
- this.btnSetXiuChuang.UseVisualStyleBackColor = false;
- //
- // btnSetYuanShe
- //
- this.btnSetYuanShe.BackColor = System.Drawing.Color.Transparent;
- this.btnSetYuanShe.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetYuanShe.BackImg")));
- this.btnSetYuanShe.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSetYuanShe.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSetYuanShe.ForeColor = System.Drawing.Color.White;
- this.btnSetYuanShe.IsCustomBackImg = false;
- this.btnSetYuanShe.IsShowText = true;
- this.btnSetYuanShe.Location = new System.Drawing.Point(250, 131);
- this.btnSetYuanShe.Name = "btnSetYuanShe";
- this.btnSetYuanShe.Size = new System.Drawing.Size(55, 23);
- this.btnSetYuanShe.TabIndex = 16409;
- this.btnSetYuanShe.Text = " 设置";
- this.btnSetYuanShe.UseVisualStyleBackColor = false;
- //
- // btnSetJingHuoChuangJia
- //
- this.btnSetJingHuoChuangJia.BackColor = System.Drawing.Color.Transparent;
- this.btnSetJingHuoChuangJia.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetJingHuoChuangJia.BackImg")));
- this.btnSetJingHuoChuangJia.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSetJingHuoChuangJia.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSetJingHuoChuangJia.ForeColor = System.Drawing.Color.White;
- this.btnSetJingHuoChuangJia.IsCustomBackImg = false;
- this.btnSetJingHuoChuangJia.IsShowText = true;
- this.btnSetJingHuoChuangJia.Location = new System.Drawing.Point(250, 96);
- this.btnSetJingHuoChuangJia.Name = "btnSetJingHuoChuangJia";
- this.btnSetJingHuoChuangJia.Size = new System.Drawing.Size(55, 23);
- this.btnSetJingHuoChuangJia.TabIndex = 16408;
- this.btnSetJingHuoChuangJia.Text = " 设置";
- this.btnSetJingHuoChuangJia.UseVisualStyleBackColor = false;
- //
- // btnSetLiFuChiChun
- //
- this.btnSetLiFuChiChun.BackColor = System.Drawing.Color.Transparent;
- this.btnSetLiFuChiChun.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetLiFuChiChun.BackImg")));
- this.btnSetLiFuChiChun.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSetLiFuChiChun.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSetLiFuChiChun.ForeColor = System.Drawing.Color.White;
- this.btnSetLiFuChiChun.IsCustomBackImg = false;
- this.btnSetLiFuChiChun.IsShowText = true;
- this.btnSetLiFuChiChun.Location = new System.Drawing.Point(919, 165);
- this.btnSetLiFuChiChun.Name = "btnSetLiFuChiChun";
- this.btnSetLiFuChiChun.Size = new System.Drawing.Size(55, 23);
- this.btnSetLiFuChiChun.TabIndex = 16415;
- this.btnSetLiFuChiChun.Text = " 设置";
- this.btnSetLiFuChiChun.UseVisualStyleBackColor = false;
- //
- // btnSetYuangShi
- //
- this.btnSetYuangShi.BackColor = System.Drawing.Color.Transparent;
- this.btnSetYuangShi.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetYuangShi.BackImg")));
- this.btnSetYuangShi.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSetYuangShi.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSetYuangShi.ForeColor = System.Drawing.Color.White;
- this.btnSetYuangShi.IsCustomBackImg = false;
- this.btnSetYuangShi.IsShowText = true;
- this.btnSetYuangShi.Location = new System.Drawing.Point(919, 131);
- this.btnSetYuangShi.Name = "btnSetYuangShi";
- this.btnSetYuangShi.Size = new System.Drawing.Size(55, 23);
- this.btnSetYuangShi.TabIndex = 16407;
- this.btnSetYuangShi.Text = " 设置";
- this.btnSetYuangShi.UseVisualStyleBackColor = false;
- //
- // btnSetQunChuang
- //
- this.btnSetQunChuang.BackColor = System.Drawing.Color.Transparent;
- this.btnSetQunChuang.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetQunChuang.BackImg")));
- this.btnSetQunChuang.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSetQunChuang.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSetQunChuang.ForeColor = System.Drawing.Color.White;
- this.btnSetQunChuang.IsCustomBackImg = false;
- this.btnSetQunChuang.IsShowText = true;
- this.btnSetQunChuang.Location = new System.Drawing.Point(593, 165);
- this.btnSetQunChuang.Name = "btnSetQunChuang";
- this.btnSetQunChuang.Size = new System.Drawing.Size(55, 23);
- this.btnSetQunChuang.TabIndex = 16412;
- this.btnSetQunChuang.Text = " 设置";
- this.btnSetQunChuang.UseVisualStyleBackColor = false;
- //
- // btnSetFengGe
- //
- this.btnSetFengGe.BackColor = System.Drawing.Color.Transparent;
- this.btnSetFengGe.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetFengGe.BackImg")));
- this.btnSetFengGe.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSetFengGe.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSetFengGe.ForeColor = System.Drawing.Color.White;
- this.btnSetFengGe.IsCustomBackImg = false;
- this.btnSetFengGe.IsShowText = true;
- this.btnSetFengGe.Location = new System.Drawing.Point(593, 131);
- this.btnSetFengGe.Name = "btnSetFengGe";
- this.btnSetFengGe.Size = new System.Drawing.Size(55, 23);
- this.btnSetFengGe.TabIndex = 16413;
- this.btnSetFengGe.Text = " 设置";
- this.btnSetFengGe.UseVisualStyleBackColor = false;
- //
- // btnSetLiFuLeiBei
- //
- this.btnSetLiFuLeiBei.BackColor = System.Drawing.Color.Transparent;
- this.btnSetLiFuLeiBei.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetLiFuLeiBei.BackImg")));
- this.btnSetLiFuLeiBei.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSetLiFuLeiBei.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSetLiFuLeiBei.ForeColor = System.Drawing.Color.White;
- this.btnSetLiFuLeiBei.IsCustomBackImg = false;
- this.btnSetLiFuLeiBei.IsShowText = true;
- this.btnSetLiFuLeiBei.Location = new System.Drawing.Point(593, 96);
- this.btnSetLiFuLeiBei.Name = "btnSetLiFuLeiBei";
- this.btnSetLiFuLeiBei.Size = new System.Drawing.Size(55, 23);
- this.btnSetLiFuLeiBei.TabIndex = 16414;
- this.btnSetLiFuLeiBei.Text = " 设置";
- this.btnSetLiFuLeiBei.UseVisualStyleBackColor = false;
- //
- // cbxQiTa
- //
- this.cbxQiTa.AfterSelectLevelFirstNode = true;
- this.cbxQiTa.DropDownHeight = 220;
- this.cbxQiTa.DropDownShow = false;
- this.cbxQiTa.FormattingEnabled = true;
- this.cbxQiTa.IntegralHeight = false;
- this.cbxQiTa.IsNodeMouseClick = true;
- this.cbxQiTa.IsSelectParentNode = false;
- this.cbxQiTa.Location = new System.Drawing.Point(85, 199);
- this.cbxQiTa.Name = "cbxQiTa";
- this.cbxQiTa.ReadOnly = true;
- this.cbxQiTa.SelectedNode = null;
- this.cbxQiTa.Size = new System.Drawing.Size(160, 20);
- this.cbxQiTa.StrGetName = "";
- this.cbxQiTa.StrGetTagName = "";
- this.cbxQiTa.StrKey = null;
- this.cbxQiTa.TabIndex = 16399;
- //
- // cbxQunChuang
- //
- this.cbxQunChuang.AfterSelectLevelFirstNode = true;
- this.cbxQunChuang.DropDownHeight = 220;
- this.cbxQunChuang.DropDownShow = false;
- this.cbxQunChuang.FormattingEnabled = true;
- this.cbxQunChuang.IntegralHeight = false;
- this.cbxQunChuang.IsNodeMouseClick = true;
- this.cbxQunChuang.IsSelectParentNode = false;
- this.cbxQunChuang.Location = new System.Drawing.Point(428, 166);
- this.cbxQunChuang.Name = "cbxQunChuang";
- this.cbxQunChuang.ReadOnly = true;
- this.cbxQunChuang.SelectedNode = null;
- this.cbxQunChuang.Size = new System.Drawing.Size(160, 20);
- this.cbxQunChuang.StrGetName = "";
- this.cbxQunChuang.StrGetTagName = "";
- this.cbxQunChuang.StrKey = null;
- this.cbxQunChuang.TabIndex = 16402;
- //
- // cbxLiFuChiChun
- //
- this.cbxLiFuChiChun.AfterSelectLevelFirstNode = true;
- this.cbxLiFuChiChun.DropDownHeight = 220;
- this.cbxLiFuChiChun.DropDownShow = false;
- this.cbxLiFuChiChun.FormattingEnabled = true;
- this.cbxLiFuChiChun.IntegralHeight = false;
- this.cbxLiFuChiChun.IsNodeMouseClick = true;
- this.cbxLiFuChiChun.IsSelectParentNode = false;
- this.cbxLiFuChiChun.Location = new System.Drawing.Point(751, 166);
- this.cbxLiFuChiChun.Name = "cbxLiFuChiChun";
- this.cbxLiFuChiChun.ReadOnly = true;
- this.cbxLiFuChiChun.SelectedNode = null;
- this.cbxLiFuChiChun.Size = new System.Drawing.Size(160, 20);
- this.cbxLiFuChiChun.StrGetName = "";
- this.cbxLiFuChiChun.StrGetTagName = "";
- this.cbxLiFuChiChun.StrKey = null;
- this.cbxLiFuChiChun.TabIndex = 16394;
- //
- // cbxXiuChuang
- //
- this.cbxXiuChuang.AfterSelectLevelFirstNode = true;
- this.cbxXiuChuang.DropDownHeight = 220;
- this.cbxXiuChuang.DropDownShow = false;
- this.cbxXiuChuang.FormattingEnabled = true;
- this.cbxXiuChuang.IntegralHeight = false;
- this.cbxXiuChuang.IsNodeMouseClick = true;
- this.cbxXiuChuang.IsSelectParentNode = false;
- this.cbxXiuChuang.Location = new System.Drawing.Point(85, 166);
- this.cbxXiuChuang.Name = "cbxXiuChuang";
- this.cbxXiuChuang.ReadOnly = true;
- this.cbxXiuChuang.SelectedNode = null;
- this.cbxXiuChuang.Size = new System.Drawing.Size(160, 20);
- this.cbxXiuChuang.StrGetName = "";
- this.cbxXiuChuang.StrGetTagName = "";
- this.cbxXiuChuang.StrKey = null;
- this.cbxXiuChuang.TabIndex = 16395;
- //
- // cbxYuangShi
- //
- this.cbxYuangShi.AfterSelectLevelFirstNode = true;
- this.cbxYuangShi.DropDownHeight = 220;
- this.cbxYuangShi.DropDownShow = false;
- this.cbxYuangShi.FormattingEnabled = true;
- this.cbxYuangShi.IntegralHeight = false;
- this.cbxYuangShi.IsNodeMouseClick = true;
- this.cbxYuangShi.IsSelectParentNode = false;
- this.cbxYuangShi.Location = new System.Drawing.Point(751, 132);
- this.cbxYuangShi.Name = "cbxYuangShi";
- this.cbxYuangShi.ReadOnly = true;
- this.cbxYuangShi.SelectedNode = null;
- this.cbxYuangShi.Size = new System.Drawing.Size(160, 20);
- this.cbxYuangShi.StrGetName = "";
- this.cbxYuangShi.StrGetTagName = "";
- this.cbxYuangShi.StrKey = null;
- this.cbxYuangShi.TabIndex = 16396;
- //
- // cbxFengGe
- //
- this.cbxFengGe.AfterSelectLevelFirstNode = true;
- this.cbxFengGe.DropDownHeight = 220;
- this.cbxFengGe.DropDownShow = false;
- this.cbxFengGe.FormattingEnabled = true;
- this.cbxFengGe.IntegralHeight = false;
- this.cbxFengGe.IsNodeMouseClick = true;
- this.cbxFengGe.IsSelectParentNode = false;
- this.cbxFengGe.Location = new System.Drawing.Point(428, 132);
- this.cbxFengGe.Name = "cbxFengGe";
- this.cbxFengGe.ReadOnly = true;
- this.cbxFengGe.SelectedNode = null;
- this.cbxFengGe.Size = new System.Drawing.Size(160, 20);
- this.cbxFengGe.StrGetName = "";
- this.cbxFengGe.StrGetTagName = "";
- this.cbxFengGe.StrKey = null;
- this.cbxFengGe.TabIndex = 16397;
- //
- // cbxYuanShe
- //
- this.cbxYuanShe.AfterSelectLevelFirstNode = true;
- this.cbxYuanShe.DropDownHeight = 220;
- this.cbxYuanShe.DropDownShow = false;
- this.cbxYuanShe.FormattingEnabled = true;
- this.cbxYuanShe.IntegralHeight = false;
- this.cbxYuanShe.IsNodeMouseClick = true;
- this.cbxYuanShe.IsSelectParentNode = false;
- this.cbxYuanShe.Location = new System.Drawing.Point(85, 132);
- this.cbxYuanShe.Name = "cbxYuanShe";
- this.cbxYuanShe.ReadOnly = true;
- this.cbxYuanShe.SelectedNode = null;
- this.cbxYuanShe.Size = new System.Drawing.Size(160, 20);
- this.cbxYuanShe.StrGetName = "";
- this.cbxYuanShe.StrGetTagName = "";
- this.cbxYuanShe.StrKey = null;
- this.cbxYuanShe.TabIndex = 16398;
- //
- // cbxJingHuoChuangJia
- //
- this.cbxJingHuoChuangJia.AfterSelectLevelFirstNode = true;
- this.cbxJingHuoChuangJia.DropDownHeight = 220;
- this.cbxJingHuoChuangJia.DropDownShow = false;
- this.cbxJingHuoChuangJia.FormattingEnabled = true;
- this.cbxJingHuoChuangJia.IntegralHeight = false;
- this.cbxJingHuoChuangJia.IsNodeMouseClick = true;
- this.cbxJingHuoChuangJia.IsSelectParentNode = false;
- this.cbxJingHuoChuangJia.Location = new System.Drawing.Point(85, 97);
- this.cbxJingHuoChuangJia.Name = "cbxJingHuoChuangJia";
- this.cbxJingHuoChuangJia.ReadOnly = true;
- this.cbxJingHuoChuangJia.SelectedNode = null;
- this.cbxJingHuoChuangJia.Size = new System.Drawing.Size(160, 20);
- this.cbxJingHuoChuangJia.StrGetName = "";
- this.cbxJingHuoChuangJia.StrGetTagName = "";
- this.cbxJingHuoChuangJia.StrKey = null;
- this.cbxJingHuoChuangJia.TabIndex = 16401;
- //
- // cbxLiFuLeiBei
- //
- this.cbxLiFuLeiBei.AfterSelectLevelFirstNode = true;
- this.cbxLiFuLeiBei.DropDownHeight = 220;
- this.cbxLiFuLeiBei.DropDownShow = false;
- this.cbxLiFuLeiBei.FormattingEnabled = true;
- this.cbxLiFuLeiBei.IntegralHeight = false;
- this.cbxLiFuLeiBei.IsNodeMouseClick = true;
- this.cbxLiFuLeiBei.IsSelectParentNode = false;
- this.cbxLiFuLeiBei.Location = new System.Drawing.Point(428, 97);
- this.cbxLiFuLeiBei.Name = "cbxLiFuLeiBei";
- this.cbxLiFuLeiBei.ReadOnly = true;
- this.cbxLiFuLeiBei.SelectedNode = null;
- this.cbxLiFuLeiBei.Size = new System.Drawing.Size(160, 20);
- this.cbxLiFuLeiBei.StrGetName = "";
- this.cbxLiFuLeiBei.StrGetTagName = "";
- this.cbxLiFuLeiBei.StrKey = null;
- this.cbxLiFuLeiBei.TabIndex = 16400;
- //
- // lbQiTa
- //
- this.lbQiTa.AutoSize = true;
- this.lbQiTa.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbQiTa.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbQiTa.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbQiTa.Location = new System.Drawing.Point(35, 201);
- this.lbQiTa.Name = "lbQiTa";
- this.lbQiTa.Size = new System.Drawing.Size(44, 17);
- this.lbQiTa.TabIndex = 16422;
- this.lbQiTa.Tag = "1";
- this.lbQiTa.Text = "其它:";
- //
- // lbQunChuang
- //
- this.lbQunChuang.AutoSize = true;
- this.lbQunChuang.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbQunChuang.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbQunChuang.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbQunChuang.Location = new System.Drawing.Point(378, 168);
- this.lbQunChuang.Name = "lbQunChuang";
- this.lbQunChuang.Size = new System.Drawing.Size(44, 17);
- this.lbQunChuang.TabIndex = 16423;
- this.lbQunChuang.Tag = "1";
- this.lbQunChuang.Text = "裙长:";
- //
- // lbLiFuZhuangTai
- //
- this.lbLiFuZhuangTai.AutoSize = true;
- this.lbLiFuZhuangTai.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbLiFuZhuangTai.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbLiFuZhuangTai.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbLiFuZhuangTai.Location = new System.Drawing.Point(354, 237);
- this.lbLiFuZhuangTai.Name = "lbLiFuZhuangTai";
- this.lbLiFuZhuangTai.Size = new System.Drawing.Size(68, 17);
- this.lbLiFuZhuangTai.TabIndex = 16424;
- this.lbLiFuZhuangTai.Tag = "1";
- this.lbLiFuZhuangTai.Text = "礼服状态:";
- //
- // lbLiFuChiChun
- //
- this.lbLiFuChiChun.AutoSize = true;
- this.lbLiFuChiChun.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbLiFuChiChun.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbLiFuChiChun.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbLiFuChiChun.Location = new System.Drawing.Point(679, 168);
- this.lbLiFuChiChun.Name = "lbLiFuChiChun";
- this.lbLiFuChiChun.Size = new System.Drawing.Size(68, 17);
- this.lbLiFuChiChun.TabIndex = 16425;
- this.lbLiFuChiChun.Tag = "1";
- this.lbLiFuChiChun.Text = "礼服尺寸:";
- //
- // lbXiuChuang
- //
- this.lbXiuChuang.AutoSize = true;
- this.lbXiuChuang.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbXiuChuang.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbXiuChuang.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbXiuChuang.Location = new System.Drawing.Point(35, 168);
- this.lbXiuChuang.Name = "lbXiuChuang";
- this.lbXiuChuang.Size = new System.Drawing.Size(44, 17);
- this.lbXiuChuang.TabIndex = 16426;
- this.lbXiuChuang.Tag = "1";
- this.lbXiuChuang.Text = "袖长:";
- //
- // lbYuangShi
- //
- this.lbYuangShi.AutoSize = true;
- this.lbYuangShi.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbYuangShi.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbYuangShi.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbYuangShi.Location = new System.Drawing.Point(703, 134);
- this.lbYuangShi.Name = "lbYuangShi";
- this.lbYuangShi.Size = new System.Drawing.Size(44, 17);
- this.lbYuangShi.TabIndex = 16427;
- this.lbYuangShi.Tag = "1";
- this.lbYuangShi.Text = "样式:";
- //
- // lbFengGe
- //
- this.lbFengGe.AutoSize = true;
- this.lbFengGe.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbFengGe.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbFengGe.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbFengGe.Location = new System.Drawing.Point(378, 134);
- this.lbFengGe.Name = "lbFengGe";
- this.lbFengGe.Size = new System.Drawing.Size(44, 17);
- this.lbFengGe.TabIndex = 16428;
- this.lbFengGe.Tag = "1";
- this.lbFengGe.Text = "风格:";
- //
- // lbYuanShe
- //
- this.lbYuanShe.AutoSize = true;
- this.lbYuanShe.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbYuanShe.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbYuanShe.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbYuanShe.Location = new System.Drawing.Point(35, 134);
- this.lbYuanShe.Name = "lbYuanShe";
- this.lbYuanShe.Size = new System.Drawing.Size(44, 17);
- this.lbYuanShe.TabIndex = 16429;
- this.lbYuanShe.Tag = "1";
- this.lbYuanShe.Text = "颜色:";
- //
- // lbJingHuoChuangJia
- //
- this.lbJingHuoChuangJia.AutoSize = true;
- this.lbJingHuoChuangJia.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbJingHuoChuangJia.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbJingHuoChuangJia.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbJingHuoChuangJia.Location = new System.Drawing.Point(11, 99);
- this.lbJingHuoChuangJia.Name = "lbJingHuoChuangJia";
- this.lbJingHuoChuangJia.Size = new System.Drawing.Size(68, 17);
- this.lbJingHuoChuangJia.TabIndex = 16431;
- this.lbJingHuoChuangJia.Tag = "1";
- this.lbJingHuoChuangJia.Text = "进货厂家:";
- //
- // lbLiFuLeiBei
- //
- this.lbLiFuLeiBei.AutoSize = true;
- this.lbLiFuLeiBei.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbLiFuLeiBei.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbLiFuLeiBei.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbLiFuLeiBei.Location = new System.Drawing.Point(345, 99);
- this.lbLiFuLeiBei.Name = "lbLiFuLeiBei";
- this.lbLiFuLeiBei.Size = new System.Drawing.Size(77, 17);
- this.lbLiFuLeiBei.TabIndex = 16430;
- this.lbLiFuLeiBei.Tag = "1";
- this.lbLiFuLeiBei.Text = "* 礼服类别:";
- //
- // lbLiFuCount
- //
- this.lbLiFuCount.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lbLiFuCount.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbLiFuCount.ForeColor = System.Drawing.Color.SeaGreen;
- this.lbLiFuCount.Location = new System.Drawing.Point(954, 17);
- this.lbLiFuCount.Name = "lbLiFuCount";
- this.lbLiFuCount.Size = new System.Drawing.Size(35, 17);
- this.lbLiFuCount.TabIndex = 16428;
- this.lbLiFuCount.Tag = "1";
- this.lbLiFuCount.Text = "0";
- //
- // frmAddDress
- //
- 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(1010, 760);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Name = "frmAddDress";
- 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.plExMainContainer.PerformLayout();
- this.plFormMainContent.ResumeLayout(false);
- this.groupLiFuInfo.ResumeLayout(false);
- this.groupLiFuInfo.PerformLayout();
- this.plLiFuZhuangTai.ResumeLayout(false);
- this.plLiFuZhuangTai.PerformLayout();
- this.plShuangJiaZhuangTai.ResumeLayout(false);
- this.plShuangJiaZhuangTai.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudDingZhiJiage)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudChuZhuJiage)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudChuShouJiage)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudChenBenJiaGe)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudGuoMaiJiaGe)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- public ComponentLibrary.TextBoxEx txtDressNumber;
- public ComponentLibrary.LabelEx lbDressNumber;
- public System.Windows.Forms.LinkLabel likNoAllSelect;
- public OtherExpansion.SkinControl.SkinPanel plLiFuZhuangTai;
- public ComponentLibrary.RadioButtonEx rdoZhengChuang;
- public ComponentLibrary.RadioButtonEx rdoYiChuShou;
- public ComponentLibrary.RadioButtonEx rdoYiBaoFei;
- public System.Windows.Forms.LinkLabel likAllSelect;
- public OtherExpansion.SkinControl.SkinPanel plShuangJiaZhuangTai;
- public ComponentLibrary.RadioButtonEx rdoShuangJia;
- public ComponentLibrary.RadioButtonEx rdoXiaJia;
- public ComponentLibrary.ButtonEx btnSave;
- public ComponentLibrary.ButtonEx btnClose;
- public System.Windows.Forms.ListView listViewImage;
- public System.Windows.Forms.NumericUpDown nudDingZhiJiage;
- public System.Windows.Forms.NumericUpDown nudChuZhuJiage;
- public System.Windows.Forms.NumericUpDown nudChuShouJiage;
- public System.Windows.Forms.NumericUpDown nudChenBenJiaGe;
- public System.Windows.Forms.NumericUpDown nudGuoMaiJiaGe;
- public ComponentLibrary.TextBoxEx txtLiFuMiaoShu;
- public ComponentLibrary.TextBoxEx txtRemark;
- public ComponentLibrary.LabelEx lbLiFuImageList;
- public ComponentLibrary.LabelEx lbLiFuMiaoShu;
- public ComponentLibrary.LabelEx lbRemark;
- public ComponentLibrary.LabelEx lbShuangJiaZhuangTai;
- public ComponentLibrary.DateTimePickerEx dtpDressChuShouDate;
- public ComponentLibrary.DateTimePickerEx dtpDressBaoFeiDate;
- public ComponentLibrary.DateTimePickerEx dtpDressBuyDate;
- public ComponentLibrary.LabelEx lbDressChuShouDate;
- public ComponentLibrary.LabelEx lbDressBaoFeiDate;
- public ComponentLibrary.LabelEx lbDressBuyDate;
- public ComponentLibrary.LabelEx lbDingZhiJiage;
- public ComponentLibrary.LabelEx lbChuZhuJiage;
- public ComponentLibrary.LabelEx lbChuShouJiage;
- public ComponentLibrary.LabelEx lbGuoMaiJiaGe;
- public ComponentLibrary.LabelEx lbChenBenJiaGe;
- public ComponentLibrary.TextBoxEx txtDressName;
- public ComponentLibrary.LabelEx lbDressName;
- public ComponentLibrary.ButtonForm btnSetBaiFangQuYu;
- public ComponentLibrary.ComboBoxTreeViewEx cbxBaiFangQuYu;
- public ComponentLibrary.LabelEx lbBaiFangQuYu;
- public ComponentLibrary.ButtonForm btnSetQiTa;
- public ComponentLibrary.ButtonForm btnSetXiuChuang;
- public ComponentLibrary.ButtonForm btnSetYuanShe;
- public ComponentLibrary.ButtonForm btnSetJingHuoChuangJia;
- public ComponentLibrary.ButtonForm btnSetLiFuChiChun;
- public ComponentLibrary.ButtonForm btnSetYuangShi;
- public ComponentLibrary.ButtonForm btnSetQunChuang;
- public ComponentLibrary.ButtonForm btnSetFengGe;
- public ComponentLibrary.ButtonForm btnSetLiFuLeiBei;
- public ComponentLibrary.ComboBoxTreeViewEx cbxQiTa;
- public ComponentLibrary.ComboBoxTreeViewEx cbxQunChuang;
- public ComponentLibrary.ComboBoxTreeViewEx cbxLiFuChiChun;
- public ComponentLibrary.ComboBoxTreeViewEx cbxXiuChuang;
- public ComponentLibrary.ComboBoxTreeViewEx cbxYuangShi;
- public ComponentLibrary.ComboBoxTreeViewEx cbxFengGe;
- public ComponentLibrary.ComboBoxTreeViewEx cbxYuanShe;
- public ComponentLibrary.ComboBoxTreeViewEx cbxJingHuoChuangJia;
- public ComponentLibrary.ComboBoxTreeViewEx cbxLiFuLeiBei;
- public ComponentLibrary.LabelEx lbQiTa;
- public ComponentLibrary.LabelEx lbQunChuang;
- public ComponentLibrary.LabelEx lbLiFuZhuangTai;
- public ComponentLibrary.LabelEx lbLiFuChiChun;
- public ComponentLibrary.LabelEx lbXiuChuang;
- public ComponentLibrary.LabelEx lbYuangShi;
- public ComponentLibrary.LabelEx lbFengGe;
- public ComponentLibrary.LabelEx lbYuanShe;
- public ComponentLibrary.LabelEx lbJingHuoChuangJia;
- public ComponentLibrary.LabelEx lbLiFuLeiBei;
- public System.Windows.Forms.GroupBox groupLiFuInfo;
- public System.Windows.Forms.LinkLabel linkDelImage;
- public System.Windows.Forms.LinkLabel linkUploadImage;
- public ComponentLibrary.LabelEx lbLiFuCount;
- }
- }
|