12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085 |
- namespace LYFZ.Software.MicroApplet
- {
- partial class frmPackagesUpload
- {
- /// <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(frmPackagesUpload));
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.rdoHungSha = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdoPuTong = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdoErTong = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
- this.lblSalePrice = new LYFZ.ComponentLibrary.LabelEx();
- this.btnCloseed = new LYFZ.ComponentLibrary.ButtonEx();
- this.lblCostPrice = new LYFZ.ComponentLibrary.LabelEx();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.splitContainerEx1 = new LYFZ.ComponentLibrary.SplitContainerEx();
- this.TabControl = new LYFZ.ComponentLibrary.TabControlEx();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.listViewData_Sights = new LYFZ.ComponentLibrary.ListViewEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtIntoBottom = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtIntoRegister = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.listViewData_Stages = new LYFZ.ComponentLibrary.ListViewEx();
- this.panel2 = new System.Windows.Forms.Panel();
- this.listViewData_Service = new LYFZ.ComponentLibrary.ListViewEx();
- this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
- this.panel1 = new System.Windows.Forms.Panel();
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.listViewData_Product = new LYFZ.ComponentLibrary.ListViewEx();
- this.txtText = new LYFZ.ComponentLibrary.TextBoxEx();
- this.panel4 = new System.Windows.Forms.Panel();
- this.listImageList = new LYFZ.ComponentLibrary.ListBoxEx();
- this.btnListImgSelect = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnPicSelect = new LYFZ.ComponentLibrary.ButtonForm();
- this.txtPicImage = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
- this.panel3 = new System.Windows.Forms.Panel();
- this.cbxFengLie = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.nuDingJing = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
- this.txtGouMaiXuZhi = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtXieYi = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtFuWuShiChang = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
- this.cmbtreev_PackageName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.lblPakUnitPrice = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx17 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtVideo_url = new LYFZ.ComponentLibrary.TextBoxEx();
- this.btnSelectVideo_url = new LYFZ.ComponentLibrary.ButtonForm();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainerEx1)).BeginInit();
- this.splitContainerEx1.Panel1.SuspendLayout();
- this.splitContainerEx1.Panel2.SuspendLayout();
- this.splitContainerEx1.SuspendLayout();
- this.TabControl.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.panelEx3.SuspendLayout();
- this.tabPage2.SuspendLayout();
- this.panel2.SuspendLayout();
- this.panel1.SuspendLayout();
- this.panel4.SuspendLayout();
- this.panel3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nuDingJing)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx2);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
- this.plExMainContainer.Size = new System.Drawing.Size(1000, 703);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(1000, 703);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(941, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(968, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(914, 0);
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.Black;
- this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.rdoHungSha);
- this.panelEx2.Controls.Add(this.rdoPuTong);
- this.panelEx2.Controls.Add(this.rdoErTong);
- this.panelEx2.Controls.Add(this.btnSaveed);
- this.panelEx2.Controls.Add(this.lblSalePrice);
- this.panelEx2.Controls.Add(this.btnCloseed);
- this.panelEx2.Controls.Add(this.lblCostPrice);
- this.panelEx2.Controls.Add(this.panelEx1);
- this.panelEx2.Controls.Add(this.splitContainerEx1);
- this.panelEx2.Controls.Add(this.cmbtreev_PackageName);
- this.panelEx2.Controls.Add(this.labelEx1);
- this.panelEx2.Controls.Add(this.lblPakUnitPrice);
- this.panelEx2.Controls.Add(this.labelEx5);
- this.panelEx2.Controls.Add(this.labelEx7);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Left;
- this.panelEx2.Location = new System.Drawing.Point(5, 5);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(990, 693);
- this.panelEx2.TabIndex = 43;
- //
- // rdoHungSha
- //
- this.rdoHungSha.AutoSize = true;
- this.rdoHungSha.BackColor = System.Drawing.Color.Transparent;
- this.rdoHungSha.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdoHungSha.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoHungSha.Location = new System.Drawing.Point(691, 15);
- this.rdoHungSha.Name = "rdoHungSha";
- this.rdoHungSha.Size = new System.Drawing.Size(74, 21);
- this.rdoHungSha.TabIndex = 2296;
- this.rdoHungSha.Tag = "1";
- this.rdoHungSha.Text = "婚纱套系";
- this.rdoHungSha.UseVisualStyleBackColor = false;
- //
- // rdoPuTong
- //
- this.rdoPuTong.AutoSize = true;
- this.rdoPuTong.BackColor = System.Drawing.Color.Transparent;
- this.rdoPuTong.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdoPuTong.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoPuTong.Location = new System.Drawing.Point(611, 15);
- this.rdoPuTong.Name = "rdoPuTong";
- this.rdoPuTong.Size = new System.Drawing.Size(74, 21);
- this.rdoPuTong.TabIndex = 2296;
- this.rdoPuTong.Tag = "3";
- this.rdoPuTong.Text = "写真套系";
- this.rdoPuTong.UseVisualStyleBackColor = false;
- //
- // rdoErTong
- //
- this.rdoErTong.AutoSize = true;
- this.rdoErTong.BackColor = System.Drawing.Color.Transparent;
- this.rdoErTong.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdoErTong.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoErTong.Location = new System.Drawing.Point(771, 15);
- this.rdoErTong.Name = "rdoErTong";
- this.rdoErTong.Size = new System.Drawing.Size(74, 21);
- this.rdoErTong.TabIndex = 2296;
- this.rdoErTong.Tag = "2";
- this.rdoErTong.Text = "儿童套系";
- this.rdoErTong.UseVisualStyleBackColor = false;
- //
- // btnSaveed
- //
- this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
- this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
- this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSaveed.ForeColor = System.Drawing.Color.White;
- this.btnSaveed.IsCustomBackImg = false;
- this.btnSaveed.IsShowText = true;
- this.btnSaveed.Location = new System.Drawing.Point(847, 11);
- this.btnSaveed.Name = "btnSaveed";
- this.btnSaveed.Size = new System.Drawing.Size(75, 28);
- this.btnSaveed.TabIndex = 195;
- this.btnSaveed.Tag = "000";
- this.btnSaveed.Text = "上传套系";
- this.btnSaveed.UseVisualStyleBackColor = false;
- //
- // lblSalePrice
- //
- this.lblSalePrice.AutoSize = true;
- this.lblSalePrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblSalePrice.ForeColor = System.Drawing.Color.Red;
- this.lblSalePrice.Location = new System.Drawing.Point(523, 17);
- this.lblSalePrice.Name = "lblSalePrice";
- this.lblSalePrice.Size = new System.Drawing.Size(15, 17);
- this.lblSalePrice.TabIndex = 16;
- this.lblSalePrice.Text = "0";
- //
- // btnCloseed
- //
- this.btnCloseed.BackColor = System.Drawing.Color.Transparent;
- this.btnCloseed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCloseed.BackImg")));
- this.btnCloseed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCloseed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCloseed.ForeColor = System.Drawing.Color.White;
- this.btnCloseed.IsCustomBackImg = false;
- this.btnCloseed.IsShowText = true;
- this.btnCloseed.Location = new System.Drawing.Point(928, 11);
- this.btnCloseed.Name = "btnCloseed";
- this.btnCloseed.Size = new System.Drawing.Size(56, 28);
- this.btnCloseed.TabIndex = 2294;
- this.btnCloseed.Tag = "000";
- this.btnCloseed.Text = "关 闭";
- this.btnCloseed.UseVisualStyleBackColor = false;
- //
- // lblCostPrice
- //
- this.lblCostPrice.AutoSize = true;
- this.lblCostPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblCostPrice.ForeColor = System.Drawing.Color.Red;
- this.lblCostPrice.Location = new System.Drawing.Point(394, 17);
- this.lblCostPrice.Name = "lblCostPrice";
- this.lblCostPrice.Size = new System.Drawing.Size(15, 17);
- this.lblCostPrice.TabIndex = 14;
- this.lblCostPrice.Text = "0";
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Location = new System.Drawing.Point(10, 42);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(970, 1);
- this.panelEx1.TabIndex = 196;
- //
- // splitContainerEx1
- //
- this.splitContainerEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.splitContainerEx1.Location = new System.Drawing.Point(0, 49);
- this.splitContainerEx1.Name = "splitContainerEx1";
- //
- // splitContainerEx1.Panel1
- //
- this.splitContainerEx1.Panel1.Controls.Add(this.TabControl);
- this.splitContainerEx1.Panel1.Controls.Add(this.panel2);
- this.splitContainerEx1.Panel1.Controls.Add(this.panel1);
- this.splitContainerEx1.Panel1.Controls.Add(this.txtText);
- //
- // splitContainerEx1.Panel2
- //
- this.splitContainerEx1.Panel2.Controls.Add(this.panel4);
- this.splitContainerEx1.Panel2.Controls.Add(this.panel3);
- this.splitContainerEx1.Size = new System.Drawing.Size(990, 643);
- this.splitContainerEx1.SplitterDistance = 493;
- this.splitContainerEx1.TabIndex = 194;
- //
- // TabControl
- //
- this.TabControl.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
- this.TabControl.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.TabControl.Controls.Add(this.tabPage1);
- this.TabControl.Controls.Add(this.tabPage2);
- this.TabControl.Dock = System.Windows.Forms.DockStyle.Fill;
- this.TabControl.ItemSize = new System.Drawing.Size(100, 30);
- this.TabControl.Location = new System.Drawing.Point(0, 460);
- this.TabControl.Name = "TabControl";
- this.TabControl.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.TabControl.SelectedIndex = 0;
- this.TabControl.Size = new System.Drawing.Size(493, 183);
- this.TabControl.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.TabControl.TabIndex = 2297;
- //
- // tabPage1
- //
- this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage1.Controls.Add(this.listViewData_Sights);
- this.tabPage1.Controls.Add(this.panelEx3);
- this.tabPage1.Location = new System.Drawing.Point(4, 34);
- this.tabPage1.Margin = new System.Windows.Forms.Padding(0);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Size = new System.Drawing.Size(485, 145);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "婚纱/写真(景点)";
- //
- // listViewData_Sights
- //
- this.listViewData_Sights.AllowDrop = true;
- this.listViewData_Sights.Dock = System.Windows.Forms.DockStyle.Fill;
- this.listViewData_Sights.FullRowSelect = true;
- this.listViewData_Sights.IsDefaultShowGroups = false;
- this.listViewData_Sights.Location = new System.Drawing.Point(0, 0);
- this.listViewData_Sights.Name = "listViewData_Sights";
- this.listViewData_Sights.Size = new System.Drawing.Size(485, 116);
- this.listViewData_Sights.TabIndex = 2296;
- this.listViewData_Sights.UseCompatibleStateImageBehavior = false;
- //
- // panelEx3
- //
- this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx3.BorderWidth = 1;
- this.panelEx3.Controls.Add(this.labelEx4);
- this.panelEx3.Controls.Add(this.txtIntoBottom);
- this.panelEx3.Controls.Add(this.labelEx3);
- this.panelEx3.Controls.Add(this.txtIntoRegister);
- this.panelEx3.Controls.Add(this.labelEx2);
- this.panelEx3.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panelEx3.Location = new System.Drawing.Point(0, 116);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(485, 29);
- this.panelEx3.TabIndex = 2297;
- //
- // 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.Red;
- this.labelEx4.Location = new System.Drawing.Point(298, 5);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(176, 17);
- this.labelEx4.TabIndex = 2297;
- this.labelEx4.Text = "温馨提示:入底-1表示底片全送";
- //
- // txtIntoBottom
- //
- this.txtIntoBottom.BackColor = System.Drawing.Color.Transparent;
- this.txtIntoBottom.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtIntoBottom.Icon = null;
- this.txtIntoBottom.IconIsButton = false;
- this.txtIntoBottom.IsPasswordChat = '\0';
- this.txtIntoBottom.IsSystemPasswordChar = false;
- this.txtIntoBottom.Lines = new string[] {
- "0"};
- this.txtIntoBottom.Location = new System.Drawing.Point(195, 3);
- this.txtIntoBottom.Margin = new System.Windows.Forms.Padding(0);
- this.txtIntoBottom.MaxLength = 3;
- this.txtIntoBottom.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtIntoBottom.MouseBack = null;
- this.txtIntoBottom.Multiline = false;
- this.txtIntoBottom.Name = "txtIntoBottom";
- this.txtIntoBottom.NormlBack = null;
- this.txtIntoBottom.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtIntoBottom.ReadOnly = true;
- this.txtIntoBottom.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtIntoBottom.Size = new System.Drawing.Size(87, 25);
- this.txtIntoBottom.TabIndex = 2296;
- this.txtIntoBottom.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtIntoBottom.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtIntoBottom.WaterText = "";
- this.txtIntoBottom.WordWrap = true;
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.BackColor = System.Drawing.Color.Transparent;
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
- this.labelEx3.Location = new System.Drawing.Point(152, 7);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(44, 17);
- this.labelEx3.TabIndex = 2295;
- this.labelEx3.Text = "入底:";
- //
- // txtIntoRegister
- //
- this.txtIntoRegister.BackColor = System.Drawing.Color.Transparent;
- this.txtIntoRegister.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtIntoRegister.Icon = null;
- this.txtIntoRegister.IconIsButton = false;
- this.txtIntoRegister.IsPasswordChat = '\0';
- this.txtIntoRegister.IsSystemPasswordChar = false;
- this.txtIntoRegister.Lines = new string[] {
- "0"};
- this.txtIntoRegister.Location = new System.Drawing.Point(52, 3);
- this.txtIntoRegister.Margin = new System.Windows.Forms.Padding(0);
- this.txtIntoRegister.MaxLength = 3;
- this.txtIntoRegister.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtIntoRegister.MouseBack = null;
- this.txtIntoRegister.Multiline = false;
- this.txtIntoRegister.Name = "txtIntoRegister";
- this.txtIntoRegister.NormlBack = null;
- this.txtIntoRegister.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtIntoRegister.ReadOnly = true;
- this.txtIntoRegister.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtIntoRegister.Size = new System.Drawing.Size(87, 25);
- this.txtIntoRegister.TabIndex = 2294;
- this.txtIntoRegister.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtIntoRegister.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtIntoRegister.WaterText = "";
- this.txtIntoRegister.WordWrap = true;
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.BackColor = System.Drawing.Color.Transparent;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
- this.labelEx2.Location = new System.Drawing.Point(9, 7);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(44, 17);
- this.labelEx2.TabIndex = 14;
- this.labelEx2.Text = "入册:";
- //
- // tabPage2
- //
- this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage2.Controls.Add(this.listViewData_Stages);
- this.tabPage2.Location = new System.Drawing.Point(4, 34);
- this.tabPage2.Margin = new System.Windows.Forms.Padding(0);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Size = new System.Drawing.Size(485, 0);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "儿童(次数)";
- //
- // listViewData_Stages
- //
- this.listViewData_Stages.AllowDrop = true;
- this.listViewData_Stages.Dock = System.Windows.Forms.DockStyle.Fill;
- this.listViewData_Stages.FullRowSelect = true;
- this.listViewData_Stages.IsDefaultShowGroups = false;
- this.listViewData_Stages.Location = new System.Drawing.Point(0, 0);
- this.listViewData_Stages.Name = "listViewData_Stages";
- this.listViewData_Stages.Size = new System.Drawing.Size(485, 0);
- this.listViewData_Stages.TabIndex = 2297;
- this.listViewData_Stages.UseCompatibleStateImageBehavior = false;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.listViewData_Service);
- this.panel2.Controls.Add(this.labelEx8);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel2.Location = new System.Drawing.Point(0, 260);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(493, 200);
- this.panel2.TabIndex = 2296;
- //
- // listViewData_Service
- //
- this.listViewData_Service.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.listViewData_Service.FullRowSelect = true;
- this.listViewData_Service.IsDefaultShowGroups = false;
- this.listViewData_Service.Location = new System.Drawing.Point(4, 24);
- this.listViewData_Service.MultiSelect = false;
- this.listViewData_Service.Name = "listViewData_Service";
- this.listViewData_Service.Size = new System.Drawing.Size(480, 172);
- this.listViewData_Service.TabIndex = 2295;
- this.listViewData_Service.UseCompatibleStateImageBehavior = false;
- //
- // 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(5, 4);
- this.labelEx8.Name = "labelEx8";
- this.labelEx8.Size = new System.Drawing.Size(80, 17);
- this.labelEx8.TabIndex = 56;
- this.labelEx8.Text = "套系赠送服务";
- //
- // panel1
- //
- this.panel1.Controls.Add(this.labelEx6);
- this.panel1.Controls.Add(this.listViewData_Product);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(493, 260);
- this.panel1.TabIndex = 2296;
- //
- // labelEx6
- //
- this.labelEx6.AutoSize = true;
- this.labelEx6.BackColor = System.Drawing.Color.Transparent;
- this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
- this.labelEx6.Location = new System.Drawing.Point(3, 5);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(80, 17);
- this.labelEx6.TabIndex = 49;
- this.labelEx6.Text = "套系赠送商品";
- //
- // listViewData_Product
- //
- this.listViewData_Product.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.listViewData_Product.FullRowSelect = true;
- this.listViewData_Product.IsDefaultShowGroups = false;
- this.listViewData_Product.Location = new System.Drawing.Point(4, 25);
- this.listViewData_Product.MultiSelect = false;
- this.listViewData_Product.Name = "listViewData_Product";
- this.listViewData_Product.Size = new System.Drawing.Size(480, 229);
- this.listViewData_Product.TabIndex = 2292;
- this.listViewData_Product.UseCompatibleStateImageBehavior = false;
- //
- // txtText
- //
- this.txtText.BackColor = System.Drawing.Color.Transparent;
- this.txtText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtText.Icon = null;
- this.txtText.IconIsButton = false;
- this.txtText.IsPasswordChat = '\0';
- this.txtText.IsSystemPasswordChar = false;
- this.txtText.Lines = new string[0];
- this.txtText.Location = new System.Drawing.Point(285, 4);
- this.txtText.Margin = new System.Windows.Forms.Padding(0);
- this.txtText.MaxLength = 32767;
- this.txtText.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtText.MouseBack = null;
- this.txtText.Multiline = false;
- this.txtText.Name = "txtText";
- this.txtText.NormlBack = null;
- this.txtText.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtText.ReadOnly = false;
- this.txtText.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtText.Size = new System.Drawing.Size(150, 25);
- this.txtText.TabIndex = 2293;
- this.txtText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtText.Visible = false;
- this.txtText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtText.WaterText = "";
- this.txtText.WordWrap = true;
- //
- // panel4
- //
- this.panel4.Controls.Add(this.listImageList);
- this.panel4.Controls.Add(this.btnListImgSelect);
- this.panel4.Controls.Add(this.btnSelectVideo_url);
- this.panel4.Controls.Add(this.btnPicSelect);
- this.panel4.Controls.Add(this.txtVideo_url);
- this.panel4.Controls.Add(this.txtPicImage);
- this.panel4.Controls.Add(this.labelEx17);
- this.panel4.Controls.Add(this.labelEx10);
- this.panel4.Controls.Add(this.labelEx9);
- this.panel4.Controls.Add(this.labelEx15);
- this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel4.Location = new System.Drawing.Point(0, 343);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(493, 300);
- this.panel4.TabIndex = 0;
- //
- // listImageList
- //
- this.listImageList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.listImageList.FormattingEnabled = true;
- this.listImageList.ItemHeight = 12;
- this.listImageList.Location = new System.Drawing.Point(78, 123);
- this.listImageList.Name = "listImageList";
- this.listImageList.Size = new System.Drawing.Size(337, 160);
- this.listImageList.TabIndex = 3;
- //
- // btnListImgSelect
- //
- this.btnListImgSelect.BackColor = System.Drawing.Color.Transparent;
- this.btnListImgSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnListImgSelect.BackImg")));
- this.btnListImgSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnListImgSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnListImgSelect.ForeColor = System.Drawing.Color.White;
- this.btnListImgSelect.IsCustomBackImg = false;
- this.btnListImgSelect.IsShowText = true;
- this.btnListImgSelect.Location = new System.Drawing.Point(418, 124);
- this.btnListImgSelect.Name = "btnListImgSelect";
- this.btnListImgSelect.Size = new System.Drawing.Size(65, 28);
- this.btnListImgSelect.TabIndex = 2;
- this.btnListImgSelect.Text = "浏览";
- this.btnListImgSelect.UseVisualStyleBackColor = false;
- //
- // btnPicSelect
- //
- this.btnPicSelect.BackColor = System.Drawing.Color.Transparent;
- this.btnPicSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPicSelect.BackImg")));
- this.btnPicSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnPicSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnPicSelect.ForeColor = System.Drawing.Color.White;
- this.btnPicSelect.IsCustomBackImg = false;
- this.btnPicSelect.IsShowText = true;
- this.btnPicSelect.Location = new System.Drawing.Point(418, 55);
- this.btnPicSelect.Name = "btnPicSelect";
- this.btnPicSelect.Size = new System.Drawing.Size(65, 28);
- this.btnPicSelect.TabIndex = 2;
- this.btnPicSelect.Text = "浏览";
- this.btnPicSelect.UseVisualStyleBackColor = false;
- //
- // txtPicImage
- //
- this.txtPicImage.BackColor = System.Drawing.Color.Transparent;
- this.txtPicImage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtPicImage.Icon = null;
- this.txtPicImage.IconIsButton = false;
- this.txtPicImage.IsPasswordChat = '\0';
- this.txtPicImage.IsSystemPasswordChar = false;
- this.txtPicImage.Lines = new string[0];
- this.txtPicImage.Location = new System.Drawing.Point(78, 56);
- this.txtPicImage.Margin = new System.Windows.Forms.Padding(0);
- this.txtPicImage.MaxLength = 32767;
- this.txtPicImage.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtPicImage.MouseBack = null;
- this.txtPicImage.Multiline = false;
- this.txtPicImage.Name = "txtPicImage";
- this.txtPicImage.NormlBack = null;
- this.txtPicImage.Padding = new System.Windows.Forms.Padding(5);
- this.txtPicImage.ReadOnly = true;
- this.txtPicImage.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtPicImage.Size = new System.Drawing.Size(337, 28);
- this.txtPicImage.TabIndex = 1;
- this.txtPicImage.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtPicImage.WaterColor = System.Drawing.Color.DarkGray;
- this.txtPicImage.WaterText = "请浏览标题图片 750x750像素";
- this.txtPicImage.WordWrap = true;
- //
- // 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(8, 103);
- this.labelEx10.Name = "labelEx10";
- this.labelEx10.Size = new System.Drawing.Size(254, 17);
- this.labelEx10.TabIndex = 0;
- this.labelEx10.Text = "客片展示:最多十张,建议尺寸宽750px 高随意";
- //
- // 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(8, 60);
- this.labelEx9.Name = "labelEx9";
- this.labelEx9.Size = new System.Drawing.Size(68, 34);
- this.labelEx9.TabIndex = 0;
- this.labelEx9.Text = "标题图片:\r\n750x750";
- //
- // labelEx15
- //
- this.labelEx15.AutoSize = true;
- this.labelEx15.BackColor = System.Drawing.Color.Transparent;
- this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx15.ForeColor = System.Drawing.Color.Red;
- this.labelEx15.Location = new System.Drawing.Point(274, 101);
- this.labelEx15.Name = "labelEx15";
- this.labelEx15.Size = new System.Drawing.Size(159, 17);
- this.labelEx15.TabIndex = 13;
- this.labelEx15.Text = "图片文件大小不能超过 1MB";
- //
- // panel3
- //
- this.panel3.Controls.Add(this.cbxFengLie);
- this.panel3.Controls.Add(this.nuDingJing);
- this.panel3.Controls.Add(this.txtGouMaiXuZhi);
- this.panel3.Controls.Add(this.txtXieYi);
- this.panel3.Controls.Add(this.txtFuWuShiChang);
- this.panel3.Controls.Add(this.labelEx14);
- this.panel3.Controls.Add(this.labelEx13);
- this.panel3.Controls.Add(this.labelEx12);
- this.panel3.Controls.Add(this.labelEx16);
- this.panel3.Controls.Add(this.labelEx11);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel3.Location = new System.Drawing.Point(0, 0);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(493, 343);
- this.panel3.TabIndex = 0;
- //
- // cbxFengLie
- //
- this.cbxFengLie.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cbxFengLie.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cbxFengLie.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cbxFengLie.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbxFengLie.FormattingEnabled = true;
- this.cbxFengLie.IsCustomColor = false;
- this.cbxFengLie.Location = new System.Drawing.Point(78, 6);
- this.cbxFengLie.Name = "cbxFengLie";
- this.cbxFengLie.ReadOnly = true;
- this.cbxFengLie.Size = new System.Drawing.Size(181, 28);
- this.cbxFengLie.TabIndex = 4;
- //
- // nuDingJing
- //
- this.nuDingJing.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.nuDingJing.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.nuDingJing.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.nuDingJing.DecimalPlaces = 2;
- this.nuDingJing.IsCustomColor = false;
- this.nuDingJing.Location = new System.Drawing.Point(78, 46);
- this.nuDingJing.Maximum = new decimal(new int[] {
- 9000000,
- 0,
- 0,
- 0});
- this.nuDingJing.Name = "nuDingJing";
- this.nuDingJing.Size = new System.Drawing.Size(181, 21);
- this.nuDingJing.TabIndex = 2;
- //
- // txtGouMaiXuZhi
- //
- this.txtGouMaiXuZhi.BackColor = System.Drawing.Color.Transparent;
- this.txtGouMaiXuZhi.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGouMaiXuZhi.Icon = null;
- this.txtGouMaiXuZhi.IconIsButton = false;
- this.txtGouMaiXuZhi.IsPasswordChat = '\0';
- this.txtGouMaiXuZhi.IsSystemPasswordChar = false;
- this.txtGouMaiXuZhi.Lines = new string[0];
- this.txtGouMaiXuZhi.Location = new System.Drawing.Point(78, 211);
- this.txtGouMaiXuZhi.Margin = new System.Windows.Forms.Padding(0);
- this.txtGouMaiXuZhi.MaxLength = 32767;
- this.txtGouMaiXuZhi.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtGouMaiXuZhi.MouseBack = null;
- this.txtGouMaiXuZhi.Multiline = true;
- this.txtGouMaiXuZhi.Name = "txtGouMaiXuZhi";
- this.txtGouMaiXuZhi.NormlBack = null;
- this.txtGouMaiXuZhi.Padding = new System.Windows.Forms.Padding(5);
- this.txtGouMaiXuZhi.ReadOnly = false;
- this.txtGouMaiXuZhi.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtGouMaiXuZhi.Size = new System.Drawing.Size(405, 114);
- this.txtGouMaiXuZhi.TabIndex = 1;
- this.txtGouMaiXuZhi.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtGouMaiXuZhi.WaterColor = System.Drawing.Color.DarkGray;
- this.txtGouMaiXuZhi.WaterText = "";
- this.txtGouMaiXuZhi.WordWrap = true;
- //
- // txtXieYi
- //
- this.txtXieYi.BackColor = System.Drawing.Color.Transparent;
- this.txtXieYi.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtXieYi.Icon = null;
- this.txtXieYi.IconIsButton = false;
- this.txtXieYi.IsPasswordChat = '\0';
- this.txtXieYi.IsSystemPasswordChar = false;
- this.txtXieYi.Lines = new string[0];
- this.txtXieYi.Location = new System.Drawing.Point(78, 77);
- this.txtXieYi.Margin = new System.Windows.Forms.Padding(0);
- this.txtXieYi.MaxLength = 32767;
- this.txtXieYi.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtXieYi.MouseBack = null;
- this.txtXieYi.Multiline = true;
- this.txtXieYi.Name = "txtXieYi";
- this.txtXieYi.NormlBack = null;
- this.txtXieYi.Padding = new System.Windows.Forms.Padding(5);
- this.txtXieYi.ReadOnly = false;
- this.txtXieYi.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtXieYi.Size = new System.Drawing.Size(405, 114);
- this.txtXieYi.TabIndex = 1;
- this.txtXieYi.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtXieYi.WaterColor = System.Drawing.Color.DarkGray;
- this.txtXieYi.WaterText = "";
- this.txtXieYi.WordWrap = true;
- //
- // txtFuWuShiChang
- //
- this.txtFuWuShiChang.BackColor = System.Drawing.Color.Transparent;
- this.txtFuWuShiChang.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtFuWuShiChang.Icon = null;
- this.txtFuWuShiChang.IconIsButton = false;
- this.txtFuWuShiChang.IsPasswordChat = '\0';
- this.txtFuWuShiChang.IsSystemPasswordChar = false;
- this.txtFuWuShiChang.Lines = new string[0];
- this.txtFuWuShiChang.Location = new System.Drawing.Point(336, 42);
- this.txtFuWuShiChang.Margin = new System.Windows.Forms.Padding(0);
- this.txtFuWuShiChang.MaxLength = 32767;
- this.txtFuWuShiChang.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtFuWuShiChang.MouseBack = null;
- this.txtFuWuShiChang.Multiline = false;
- this.txtFuWuShiChang.Name = "txtFuWuShiChang";
- this.txtFuWuShiChang.NormlBack = null;
- this.txtFuWuShiChang.Padding = new System.Windows.Forms.Padding(5);
- this.txtFuWuShiChang.ReadOnly = false;
- this.txtFuWuShiChang.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtFuWuShiChang.Size = new System.Drawing.Size(144, 28);
- this.txtFuWuShiChang.TabIndex = 1;
- this.txtFuWuShiChang.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtFuWuShiChang.WaterColor = System.Drawing.Color.DarkGray;
- this.txtFuWuShiChang.WaterText = "";
- this.txtFuWuShiChang.WordWrap = true;
- //
- // 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(8, 211);
- this.labelEx14.Name = "labelEx14";
- this.labelEx14.Size = new System.Drawing.Size(68, 17);
- this.labelEx14.TabIndex = 0;
- this.labelEx14.Text = "购买须知:";
- //
- // 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(8, 77);
- this.labelEx13.Name = "labelEx13";
- this.labelEx13.Size = new System.Drawing.Size(68, 17);
- this.labelEx13.TabIndex = 0;
- this.labelEx13.Text = "服务协议:";
- //
- // 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(265, 48);
- this.labelEx12.Name = "labelEx12";
- this.labelEx12.Size = new System.Drawing.Size(68, 17);
- this.labelEx12.TabIndex = 0;
- this.labelEx12.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(8, 12);
- this.labelEx16.Name = "labelEx16";
- this.labelEx16.Size = new System.Drawing.Size(68, 17);
- this.labelEx16.TabIndex = 0;
- this.labelEx16.Text = "套系分类:";
- //
- // 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(32, 48);
- this.labelEx11.Name = "labelEx11";
- this.labelEx11.Size = new System.Drawing.Size(44, 17);
- this.labelEx11.TabIndex = 0;
- this.labelEx11.Text = "定金:";
- //
- // cmbtreev_PackageName
- //
- this.cmbtreev_PackageName.AfterSelectLevelFirstNode = false;
- this.cmbtreev_PackageName.DropDownHeight = 220;
- this.cmbtreev_PackageName.DropDownShow = false;
- this.cmbtreev_PackageName.FormattingEnabled = true;
- this.cmbtreev_PackageName.IntegralHeight = false;
- this.cmbtreev_PackageName.IsNodeMouseClick = true;
- this.cmbtreev_PackageName.IsSelectParentNode = false;
- this.cmbtreev_PackageName.Location = new System.Drawing.Point(36, 15);
- this.cmbtreev_PackageName.Name = "cmbtreev_PackageName";
- this.cmbtreev_PackageName.ReadOnly = true;
- this.cmbtreev_PackageName.SelectedNode = null;
- this.cmbtreev_PackageName.Size = new System.Drawing.Size(150, 20);
- this.cmbtreev_PackageName.StrGetName = "";
- this.cmbtreev_PackageName.StrGetTagName = "";
- this.cmbtreev_PackageName.StrKey = null;
- this.cmbtreev_PackageName.TabIndex = 192;
- //
- // 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(3, 17);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(32, 17);
- this.labelEx1.TabIndex = 9;
- this.labelEx1.Text = "名称";
- //
- // lblPakUnitPrice
- //
- this.lblPakUnitPrice.AutoSize = true;
- this.lblPakUnitPrice.BackColor = System.Drawing.Color.Transparent;
- this.lblPakUnitPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lblPakUnitPrice.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
- this.lblPakUnitPrice.Location = new System.Drawing.Point(190, 17);
- this.lblPakUnitPrice.Name = "lblPakUnitPrice";
- this.lblPakUnitPrice.Size = new System.Drawing.Size(75, 17);
- this.lblPakUnitPrice.TabIndex = 13;
- this.lblPakUnitPrice.Text = "套系价格:0";
- //
- // labelEx5
- //
- this.labelEx5.AutoSize = true;
- this.labelEx5.BackColor = System.Drawing.Color.Transparent;
- this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
- this.labelEx5.Location = new System.Drawing.Point(339, 17);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(56, 17);
- this.labelEx5.TabIndex = 13;
- this.labelEx5.Text = "成本价:";
- //
- // labelEx7
- //
- this.labelEx7.AutoSize = true;
- this.labelEx7.BackColor = System.Drawing.Color.Transparent;
- this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
- this.labelEx7.Location = new System.Drawing.Point(478, 17);
- this.labelEx7.Name = "labelEx7";
- this.labelEx7.Size = new System.Drawing.Size(44, 17);
- this.labelEx7.TabIndex = 15;
- this.labelEx7.Text = "卖价:";
- //
- // labelEx17
- //
- this.labelEx17.AutoSize = true;
- this.labelEx17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx17.Location = new System.Drawing.Point(32, 17);
- this.labelEx17.Name = "labelEx17";
- this.labelEx17.Size = new System.Drawing.Size(44, 17);
- this.labelEx17.TabIndex = 0;
- this.labelEx17.Text = "视频:";
- //
- // txtVideo_url
- //
- this.txtVideo_url.BackColor = System.Drawing.Color.Transparent;
- this.txtVideo_url.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtVideo_url.Icon = null;
- this.txtVideo_url.IconIsButton = false;
- this.txtVideo_url.IsPasswordChat = '\0';
- this.txtVideo_url.IsSystemPasswordChar = false;
- this.txtVideo_url.Lines = new string[0];
- this.txtVideo_url.Location = new System.Drawing.Point(78, 13);
- this.txtVideo_url.Margin = new System.Windows.Forms.Padding(0);
- this.txtVideo_url.MaxLength = 32767;
- this.txtVideo_url.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtVideo_url.MouseBack = null;
- this.txtVideo_url.Multiline = false;
- this.txtVideo_url.Name = "txtVideo_url";
- this.txtVideo_url.NormlBack = null;
- this.txtVideo_url.Padding = new System.Windows.Forms.Padding(5);
- this.txtVideo_url.ReadOnly = true;
- this.txtVideo_url.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtVideo_url.Size = new System.Drawing.Size(337, 28);
- this.txtVideo_url.TabIndex = 1;
- this.txtVideo_url.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtVideo_url.WaterColor = System.Drawing.Color.DarkGray;
- this.txtVideo_url.WaterText = "请浏览要上传的视频";
- this.txtVideo_url.WordWrap = true;
- //
- // btnSelectVideo_url
- //
- this.btnSelectVideo_url.BackColor = System.Drawing.Color.Transparent;
- this.btnSelectVideo_url.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelectVideo_url.BackImg")));
- this.btnSelectVideo_url.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSelectVideo_url.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSelectVideo_url.ForeColor = System.Drawing.Color.White;
- this.btnSelectVideo_url.IsCustomBackImg = false;
- this.btnSelectVideo_url.IsShowText = true;
- this.btnSelectVideo_url.Location = new System.Drawing.Point(418, 12);
- this.btnSelectVideo_url.Name = "btnSelectVideo_url";
- this.btnSelectVideo_url.Size = new System.Drawing.Size(65, 28);
- this.btnSelectVideo_url.TabIndex = 2;
- this.btnSelectVideo_url.Text = "浏览";
- this.btnSelectVideo_url.UseVisualStyleBackColor = false;
- //
- // frmPackagesUpload
- //
- 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(1000, 768);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsUserControlsSize = false;
- this.Name = "frmPackagesUpload";
- this.Text = "套系商品";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- this.panelEx2.PerformLayout();
- this.splitContainerEx1.Panel1.ResumeLayout(false);
- this.splitContainerEx1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainerEx1)).EndInit();
- this.splitContainerEx1.ResumeLayout(false);
- this.TabControl.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.panelEx3.ResumeLayout(false);
- this.panelEx3.PerformLayout();
- this.tabPage2.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel4.ResumeLayout(false);
- this.panel4.PerformLayout();
- this.panel3.ResumeLayout(false);
- this.panel3.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nuDingJing)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- protected ComponentLibrary.PanelEx panelEx2;
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.LabelEx labelEx1;
- private ComponentLibrary.LabelEx labelEx5;
- private ComponentLibrary.LabelEx labelEx7;
- protected internal ComponentLibrary.ListViewEx listViewData_Product;
- protected internal ComponentLibrary.ListViewEx listViewData_Service;
- protected internal ComponentLibrary.ButtonEx btnSaveed;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreev_PackageName;
- protected internal ComponentLibrary.LabelEx lblPakUnitPrice;
- protected internal ComponentLibrary.LabelEx lblCostPrice;
- protected internal ComponentLibrary.LabelEx lblSalePrice;
- protected internal ComponentLibrary.SplitContainerEx splitContainerEx1;
- protected internal ComponentLibrary.TextBoxEx txtText;
- protected internal ComponentLibrary.ButtonEx btnCloseed;
- protected internal ComponentLibrary.LabelEx labelEx6;
- protected internal ComponentLibrary.LabelEx labelEx8;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Panel panel3;
- public ComponentLibrary.RadioButtonEx rdoPuTong;
- public ComponentLibrary.RadioButtonEx rdoErTong;
- private ComponentLibrary.LabelEx labelEx9;
- private ComponentLibrary.LabelEx labelEx10;
- protected internal ComponentLibrary.TabControlEx TabControl;
- protected System.Windows.Forms.TabPage tabPage1;
- protected internal ComponentLibrary.ListViewEx listViewData_Sights;
- private ComponentLibrary.PanelEx panelEx3;
- private ComponentLibrary.LabelEx labelEx4;
- protected internal ComponentLibrary.TextBoxEx txtIntoBottom;
- private ComponentLibrary.LabelEx labelEx3;
- protected internal ComponentLibrary.TextBoxEx txtIntoRegister;
- private ComponentLibrary.LabelEx labelEx2;
- protected System.Windows.Forms.TabPage tabPage2;
- protected internal ComponentLibrary.ListViewEx listViewData_Stages;
- private ComponentLibrary.LabelEx labelEx14;
- private ComponentLibrary.LabelEx labelEx13;
- private ComponentLibrary.LabelEx labelEx12;
- private ComponentLibrary.LabelEx labelEx11;
- public ComponentLibrary.ButtonForm btnPicSelect;
- public ComponentLibrary.TextBoxEx txtPicImage;
- public ComponentLibrary.ListBoxEx listImageList;
- public ComponentLibrary.ButtonForm btnListImgSelect;
- public ComponentLibrary.NumericUpDownEx nuDingJing;
- public ComponentLibrary.TextBoxEx txtGouMaiXuZhi;
- public ComponentLibrary.TextBoxEx txtXieYi;
- public ComponentLibrary.TextBoxEx txtFuWuShiChang;
- protected internal ComponentLibrary.LabelEx labelEx15;
- public ComponentLibrary.RadioButtonEx rdoHungSha;
- private ComponentLibrary.LabelEx labelEx16;
- public ComponentLibrary.ComboBoxEx cbxFengLie;
- public ComponentLibrary.ButtonForm btnSelectVideo_url;
- public ComponentLibrary.TextBoxEx txtVideo_url;
- private ComponentLibrary.LabelEx labelEx17;
- }
- }
|