namespace LYFZ.Software.UI.MembershipManage.SetSmallForm { partial class DataSetServiceBoxSetSmallForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataSetServiceBoxSetSmallForm)); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.txtStatistic = new LYFZ.ComponentLibrary.TextBoxEx(); this.txtCount = new LYFZ.ComponentLibrary.TextBoxEx(); this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnPayment = new LYFZ.ComponentLibrary.ButtonEx(); this.btnRemove = new LYFZ.ComponentLibrary.ButtonForm(); this.btnToolbox = new LYFZ.ComponentLibrary.ButtonForm(); this.cmbtreevClass = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Size = new System.Drawing.Size(762, 545); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(762, 545); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(703, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(730, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(703, 0); // // panelEx1 // this.panelEx1.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.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx1.BorderWidth = 1; this.panelEx1.Controls.Add(this.txtStatistic); this.panelEx1.Controls.Add(this.txtCount); this.panelEx1.Controls.Add(this.dgvData); this.panelEx1.Controls.Add(this.btnPayment); this.panelEx1.Controls.Add(this.btnRemove); this.panelEx1.Controls.Add(this.btnToolbox); this.panelEx1.Controls.Add(this.cmbtreevClass); this.panelEx1.Controls.Add(this.labelEx1); this.panelEx1.Location = new System.Drawing.Point(10, 10); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(742, 525); this.panelEx1.TabIndex = 0; // // txtStatistic // this.txtStatistic.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtStatistic.BackColor = System.Drawing.Color.Transparent; this.txtStatistic.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtStatistic.Icon = null; this.txtStatistic.IconIsButton = false; this.txtStatistic.IsPasswordChat = '\0'; this.txtStatistic.IsSystemPasswordChar = false; this.txtStatistic.Lines = new string[] { "统计:总价格(0元)"}; this.txtStatistic.Location = new System.Drawing.Point(8, 497); this.txtStatistic.Margin = new System.Windows.Forms.Padding(0); this.txtStatistic.MaxLength = 32767; this.txtStatistic.MinimumSize = new System.Drawing.Size(0, 24); this.txtStatistic.MouseBack = null; this.txtStatistic.Multiline = false; this.txtStatistic.Name = "txtStatistic"; this.txtStatistic.NormlBack = null; this.txtStatistic.Padding = new System.Windows.Forms.Padding(5); this.txtStatistic.ReadOnly = true; this.txtStatistic.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtStatistic.Size = new System.Drawing.Size(729, 25); this.txtStatistic.TabIndex = 258; this.txtStatistic.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtStatistic.WaterColor = System.Drawing.Color.DarkGray; this.txtStatistic.WaterText = ""; this.txtStatistic.WordWrap = true; // // txtCount // this.txtCount.BackColor = System.Drawing.Color.Transparent; this.txtCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtCount.Icon = null; this.txtCount.IconIsButton = false; this.txtCount.IsPasswordChat = '\0'; this.txtCount.IsSystemPasswordChar = false; this.txtCount.Lines = new string[0]; this.txtCount.Location = new System.Drawing.Point(282, 77); this.txtCount.Margin = new System.Windows.Forms.Padding(0); this.txtCount.MaxLength = 32767; this.txtCount.MinimumSize = new System.Drawing.Size(0, 24); this.txtCount.MouseBack = null; this.txtCount.Multiline = false; this.txtCount.Name = "txtCount"; this.txtCount.NormlBack = null; this.txtCount.Padding = new System.Windows.Forms.Padding(5); this.txtCount.ReadOnly = false; this.txtCount.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtCount.Size = new System.Drawing.Size(140, 25); this.txtCount.TabIndex = 257; this.txtCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtCount.WaterColor = System.Drawing.Color.DarkGray; this.txtCount.WaterText = ""; this.txtCount.WordWrap = true; // // dgvData // this.dgvData.AllowUserToAddRows = false; this.dgvData.AllowUserToDeleteRows = false; this.dgvData.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan; this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgvData.BackgroundColor = System.Drawing.Color.White; this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvData.ColumnHeadersHeight = 24; this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column3, this.Column4, this.Column5}); this.dgvData.EnableHeadersVisualStyles = false; this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dgvData.GridViewUniquelyIdentify = "_dataGridViewEx1_dgvData_dgvData_dgvData_panelEx1_dgvData_dgvData_dgvData_dgvData" + "_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData"; this.dgvData.IsCompleteBonding = false; this.dgvData.IsCopyCellValue = true; this.dgvData.Location = new System.Drawing.Point(9, 46); this.dgvData.Name = "dgvData"; this.dgvData.RowHeadersVisible = false; this.dgvData.RowTemplate.Height = 23; this.dgvData.RowTemplate.ReadOnly = true; this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvData.Size = new System.Drawing.Size(725, 450); this.dgvData.TabIndex = 254; // // Column1 // this.Column1.HeaderText = "服务编号"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Visible = false; // // Column2 // this.Column2.FillWeight = 113.8583F; this.Column2.HeaderText = "服务名称"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; // // Column3 // this.Column3.FillWeight = 97.68224F; this.Column3.HeaderText = "服务次数"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; // // Column4 // this.Column4.FillWeight = 88.45948F; this.Column4.HeaderText = "单价"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; // // Column5 // this.Column5.HeaderText = "ID"; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; this.Column5.Visible = false; // // btnPayment // this.btnPayment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPayment.BackColor = System.Drawing.Color.Transparent; this.btnPayment.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPayment.BackImg"))); this.btnPayment.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnPayment.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnPayment.ForeColor = System.Drawing.Color.White; this.btnPayment.IsCustomBackImg = false; this.btnPayment.IsShowText = true; this.btnPayment.Location = new System.Drawing.Point(648, 14); this.btnPayment.Name = "btnPayment"; this.btnPayment.Size = new System.Drawing.Size(85, 28); this.btnPayment.TabIndex = 5; this.btnPayment.Text = " 支 付"; this.btnPayment.UseVisualStyleBackColor = false; // // btnRemove // this.btnRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnRemove.BackColor = System.Drawing.Color.Transparent; this.btnRemove.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRemove.BackImg"))); this.btnRemove.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnRemove.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnRemove.ForeColor = System.Drawing.Color.White; this.btnRemove.IsCustomBackImg = false; this.btnRemove.IsShowText = true; this.btnRemove.Location = new System.Drawing.Point(476, 14); this.btnRemove.Name = "btnRemove"; this.btnRemove.Size = new System.Drawing.Size(80, 28); this.btnRemove.TabIndex = 4; this.btnRemove.Text = " 移 除"; this.btnRemove.UseVisualStyleBackColor = false; // // btnToolbox // this.btnToolbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnToolbox.BackColor = System.Drawing.Color.Transparent; this.btnToolbox.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnToolbox.BackImg"))); this.btnToolbox.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnToolbox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnToolbox.ForeColor = System.Drawing.Color.White; this.btnToolbox.IsCustomBackImg = false; this.btnToolbox.IsShowText = true; this.btnToolbox.Location = new System.Drawing.Point(562, 14); this.btnToolbox.Name = "btnToolbox"; this.btnToolbox.Size = new System.Drawing.Size(80, 28); this.btnToolbox.TabIndex = 3; this.btnToolbox.Text = " 工具箱"; this.btnToolbox.UseVisualStyleBackColor = false; // // cmbtreevClass // this.cmbtreevClass.AfterSelectLevelFirstNode = true; this.cmbtreevClass.DropDownHeight = 220; this.cmbtreevClass.DropDownShow = false; this.cmbtreevClass.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.cmbtreevClass.FormattingEnabled = true; this.cmbtreevClass.IntegralHeight = false; this.cmbtreevClass.IsNodeMouseClick = true; this.cmbtreevClass.IsSelectParentNode = true; this.cmbtreevClass.Location = new System.Drawing.Point(85, 16); this.cmbtreevClass.Name = "cmbtreevClass"; this.cmbtreevClass.ReadOnly = true; this.cmbtreevClass.SelectedNode = null; this.cmbtreevClass.Size = new System.Drawing.Size(225, 24); this.cmbtreevClass.StrGetName = ""; this.cmbtreevClass.StrKey = null; this.cmbtreevClass.TabIndex = 2; // // labelEx1 // this.labelEx1.AutoSize = true; this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx1.Location = new System.Drawing.Point(14, 20); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(68, 17); this.labelEx1.TabIndex = 1; this.labelEx1.Text = "服务套系:"; // // DataSetServiceBoxSetSmallForm // 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(762, 610); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "DataSetServiceBoxSetSmallForm"; this.Text = "服务箱"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; private ComponentLibrary.LabelEx labelEx1; protected ComponentLibrary.DataGridViewEx dgvData; protected ComponentLibrary.ButtonEx btnPayment; protected ComponentLibrary.ButtonForm btnRemove; protected ComponentLibrary.ButtonForm btnToolbox; protected ComponentLibrary.TextBoxEx txtCount; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; protected ComponentLibrary.TextBoxEx txtStatistic; protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevClass; } }