123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389 |
- namespace LYFZ.Software.UI.Dresses
- {
- partial class FrmDressView
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDressView));
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Dsfm_DressType = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Dsfm_DressNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Dsfm_DressName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Dsfm_PlacedRegion = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Dsfm_DressQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Unavailable = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SOLD = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Valet = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Dsfm_RentPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Dsfm_SalePrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Dsfm_CreateDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Dsfm_DressRemark = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.CtvDsfm_DressType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.txtkeyword = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.btnRecord = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSlect = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
- this.panelEx3.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.AutoScroll = true;
- this.plExMainContainer.Controls.Add(this.panelEx2);
- this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
- this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Padding = new System.Windows.Forms.Padding(3);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.dgv);
- this.panelEx2.Controls.Add(this.ucPagerEx1);
- this.panelEx2.Controls.Add(this.panelEx3);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx2.Location = new System.Drawing.Point(0, 0);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Padding = new System.Windows.Forms.Padding(5);
- this.panelEx2.Size = new System.Drawing.Size(910, 505);
- this.panelEx2.TabIndex = 196;
- //
- // dgv
- //
- this.dgv.AllowUserToAddRows = false;
- this.dgv.AllowUserToDeleteRows = false;
- this.dgv.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgv.BackgroundColor = System.Drawing.Color.White;
- this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgv.ColumnHeadersHeight = 24;
- this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.ID,
- this.Dsfm_DressType,
- this.Dsfm_DressNumber,
- this.Dsfm_DressName,
- this.Dsfm_PlacedRegion,
- this.Dsfm_DressQuantity,
- this.Unavailable,
- this.SOLD,
- this.Valet,
- this.Dsfm_RentPrice,
- this.Dsfm_SalePrice,
- this.Dsfm_CreateDateTime,
- this.Dsfm_DressRemark});
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgv.EnableHeadersVisualStyles = false;
- this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_" +
- "dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_" +
- "dgv_dgv_dgv_dgv_dgv";
- this.dgv.IsCompleteBonding = false;
- this.dgv.Location = new System.Drawing.Point(5, 45);
- this.dgv.MultiSelect = false;
- this.dgv.Name = "dgv";
- this.dgv.ReadOnly = true;
- this.dgv.RowHeadersVisible = false;
- this.dgv.RowTemplate.Height = 23;
- this.dgv.RowTemplate.ReadOnly = true;
- this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgv.Size = new System.Drawing.Size(900, 431);
- this.dgv.TabIndex = 209;
- //
- // ID
- //
- this.ID.HeaderText = "ID";
- this.ID.Name = "ID";
- this.ID.ReadOnly = true;
- this.ID.Visible = false;
- //
- // Dsfm_DressType
- //
- this.Dsfm_DressType.HeaderText = "类别";
- this.Dsfm_DressType.Name = "Dsfm_DressType";
- this.Dsfm_DressType.ReadOnly = true;
- //
- // Dsfm_DressNumber
- //
- this.Dsfm_DressNumber.HeaderText = "编号";
- this.Dsfm_DressNumber.Name = "Dsfm_DressNumber";
- this.Dsfm_DressNumber.ReadOnly = true;
- //
- // Dsfm_DressName
- //
- this.Dsfm_DressName.HeaderText = "名称";
- this.Dsfm_DressName.Name = "Dsfm_DressName";
- this.Dsfm_DressName.ReadOnly = true;
- //
- // Dsfm_PlacedRegion
- //
- this.Dsfm_PlacedRegion.HeaderText = "摆放区域";
- this.Dsfm_PlacedRegion.Name = "Dsfm_PlacedRegion";
- this.Dsfm_PlacedRegion.ReadOnly = true;
- //
- // Dsfm_DressQuantity
- //
- this.Dsfm_DressQuantity.HeaderText = "数量";
- this.Dsfm_DressQuantity.Name = "Dsfm_DressQuantity";
- this.Dsfm_DressQuantity.ReadOnly = true;
- //
- // Unavailable
- //
- this.Unavailable.HeaderText = "已租";
- this.Unavailable.Name = "Unavailable";
- this.Unavailable.ReadOnly = true;
- //
- // SOLD
- //
- this.SOLD.HeaderText = "已售";
- this.SOLD.Name = "SOLD";
- this.SOLD.ReadOnly = true;
- //
- // Valet
- //
- this.Valet.HeaderText = "送洗";
- this.Valet.Name = "Valet";
- this.Valet.ReadOnly = true;
- //
- // Dsfm_RentPrice
- //
- this.Dsfm_RentPrice.HeaderText = "租价";
- this.Dsfm_RentPrice.Name = "Dsfm_RentPrice";
- this.Dsfm_RentPrice.ReadOnly = true;
- //
- // Dsfm_SalePrice
- //
- this.Dsfm_SalePrice.HeaderText = "售价";
- this.Dsfm_SalePrice.Name = "Dsfm_SalePrice";
- this.Dsfm_SalePrice.ReadOnly = true;
- //
- // Dsfm_CreateDateTime
- //
- this.Dsfm_CreateDateTime.HeaderText = "购买时间";
- this.Dsfm_CreateDateTime.Name = "Dsfm_CreateDateTime";
- this.Dsfm_CreateDateTime.ReadOnly = true;
- //
- // Dsfm_DressRemark
- //
- this.Dsfm_DressRemark.HeaderText = "备注";
- this.Dsfm_DressRemark.Name = "Dsfm_DressRemark";
- this.Dsfm_DressRemark.ReadOnly = true;
- //
- // ucPagerEx1
- //
- this.ucPagerEx1.CurrentPageCount = 0;
- this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPagerEx1.Location = new System.Drawing.Point(5, 476);
- this.ucPagerEx1.Name = "ucPagerEx1";
- this.ucPagerEx1.NMax = 0;
- this.ucPagerEx1.PageCount = 0;
- this.ucPagerEx1.PageCurrent = 1;
- this.ucPagerEx1.PageSize = 20;
- this.ucPagerEx1.Size = new System.Drawing.Size(900, 24);
- this.ucPagerEx1.TabIndex = 222;
- this.ucPagerEx1.TbDataSource = null;
- //
- // panelEx3
- //
- this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx3.BorderWidth = 1;
- this.panelEx3.Controls.Add(this.labelEx3);
- this.panelEx3.Controls.Add(this.CtvDsfm_DressType);
- this.panelEx3.Controls.Add(this.txtkeyword);
- this.panelEx3.Controls.Add(this.btnRecord);
- this.panelEx3.Controls.Add(this.btnSlect);
- this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx3.Location = new System.Drawing.Point(5, 5);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(900, 40);
- this.panelEx3.TabIndex = 197;
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx3.Location = new System.Drawing.Point(19, 11);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(44, 17);
- this.labelEx3.TabIndex = 207;
- this.labelEx3.Text = "类别:";
- //
- // CtvDsfm_DressType
- //
- this.CtvDsfm_DressType.AfterSelectLevelFirstNode = true;
- this.CtvDsfm_DressType.DropDownHeight = 220;
- this.CtvDsfm_DressType.DropDownShow = false;
- this.CtvDsfm_DressType.FormattingEnabled = true;
- this.CtvDsfm_DressType.IntegralHeight = false;
- this.CtvDsfm_DressType.IsNodeMouseClick = true;
- this.CtvDsfm_DressType.IsSelectParentNode = false;
- this.CtvDsfm_DressType.Location = new System.Drawing.Point(63, 10);
- this.CtvDsfm_DressType.Name = "CtvDsfm_DressType";
- this.CtvDsfm_DressType.ReadOnly = true;
- this.CtvDsfm_DressType.SelectedNode = null;
- this.CtvDsfm_DressType.Size = new System.Drawing.Size(134, 20);
- this.CtvDsfm_DressType.StrGetName = "";
- this.CtvDsfm_DressType.StrKey = null;
- this.CtvDsfm_DressType.TabIndex = 220;
- //
- // txtkeyword
- //
- this.txtkeyword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtkeyword.EmptyTextTip = null;
- this.txtkeyword.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtkeyword.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtkeyword.Location = new System.Drawing.Point(202, 8);
- this.txtkeyword.Name = "txtkeyword";
- this.txtkeyword.Size = new System.Drawing.Size(121, 23);
- this.txtkeyword.TabIndex = 199;
- //
- // btnRecord
- //
- this.btnRecord.BackColor = System.Drawing.Color.Transparent;
- this.btnRecord.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRecord.BackImg")));
- this.btnRecord.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnRecord.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnRecord.ForeColor = System.Drawing.Color.White;
- this.btnRecord.IsCustomBackImg = false;
- this.btnRecord.IsShowText = true;
- this.btnRecord.Location = new System.Drawing.Point(426, 7);
- this.btnRecord.Name = "btnRecord";
- this.btnRecord.Size = new System.Drawing.Size(100, 26);
- this.btnRecord.TabIndex = 200;
- this.btnRecord.Text = " 租售洗记录";
- this.btnRecord.UseVisualStyleBackColor = false;
- //
- // btnSlect
- //
- this.btnSlect.BackColor = System.Drawing.Color.Transparent;
- this.btnSlect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSlect.BackImg")));
- this.btnSlect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSlect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSlect.ForeColor = System.Drawing.Color.White;
- this.btnSlect.IsCustomBackImg = false;
- this.btnSlect.IsShowText = true;
- this.btnSlect.Location = new System.Drawing.Point(333, 7);
- this.btnSlect.Name = "btnSlect";
- this.btnSlect.Size = new System.Drawing.Size(87, 26);
- this.btnSlect.TabIndex = 198;
- this.btnSlect.Text = " 查 询";
- this.btnSlect.UseVisualStyleBackColor = false;
- //
- // FrmDressView
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(910, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsShowUcNavigationTool = true;
- this.Name = "FrmDressView";
- this.Text = "礼服查看";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
- this.panelEx3.ResumeLayout(false);
- this.panelEx3.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx2;
- protected ComponentLibrary.ComboBoxTreeViewEx CtvDsfm_DressType;
- protected ComponentLibrary.DataGridViewEx dgv;
- private ComponentLibrary.LabelEx labelEx3;
- protected ComponentLibrary.ButtonEx btnSlect;
- protected ComponentLibrary.ButtonEx btnRecord;
- protected ComponentLibrary.TextBoxBasicEx txtkeyword;
- private ComponentLibrary.PanelEx panelEx3;
- private System.Windows.Forms.DataGridViewTextBoxColumn ID;
- private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressType;
- private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressNumber;
- private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressName;
- private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_PlacedRegion;
- private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressQuantity;
- private System.Windows.Forms.DataGridViewTextBoxColumn Unavailable;
- private System.Windows.Forms.DataGridViewTextBoxColumn SOLD;
- private System.Windows.Forms.DataGridViewTextBoxColumn Valet;
- private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_RentPrice;
- private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_SalePrice;
- private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_CreateDateTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressRemark;
- protected UCPager.ucPagerEx ucPagerEx1;
- }
- }
|