namespace POSV.Stock { partial class AskgoodsTemplateForm { /// /// 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() { this.controlBox1 = new POSV.Component.ControlBox(); this.detailListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl(); this.gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn3 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn4 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn5 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn8 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn19 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn6 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn7 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn9 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX(); this.buttonX10 = new DevComponents.DotNetBar.ButtonX(); this.noTextBox = new POSV.Component.NormalTextBox(); this.labelX4 = new DevComponents.DotNetBar.LabelX(); this.ticketListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl(); this.gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn10 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn11 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn14 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.pagerControl1 = new POSV.Component.PagerControl(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.doubleBufferPanelX1.SuspendLayout(); this.SuspendLayout(); // // controlBox1 // this.controlBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(175)))), ((int)(((byte)(167))))); this.controlBox1.CloseBox = true; this.controlBox1.Dock = System.Windows.Forms.DockStyle.Top; this.controlBox1.ForeColor = System.Drawing.Color.White; this.controlBox1.Location = new System.Drawing.Point(0, 0); this.controlBox1.Margin = new System.Windows.Forms.Padding(0); this.controlBox1.MessageCenterStatus = false; this.controlBox1.MinimizeBox = false; this.controlBox1.Name = "controlBox1"; this.controlBox1.NetworkStatus = false; this.controlBox1.NewForeColor = System.Drawing.Color.White; this.controlBox1.SettingsBox = false; this.controlBox1.ShowApplicationVersion = true; this.controlBox1.ShowKeyboard = true; this.controlBox1.ShowLockScreen = false; this.controlBox1.ShowMessageCenter = false; this.controlBox1.ShowNetworkStatus = false; this.controlBox1.ShowQrCode = false; this.controlBox1.Size = new System.Drawing.Size(1024, 32); this.controlBox1.TabIndex = 5; this.controlBox1.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseTouchClick); this.controlBox1.KeyboardClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxKeyboardClick); // // detailListTable // this.detailListTable.BackColor = System.Drawing.Color.White; this.detailListTable.Dock = System.Windows.Forms.DockStyle.Fill; this.detailListTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed; this.detailListTable.ForeColor = System.Drawing.Color.Black; this.detailListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.detailListTable.Location = new System.Drawing.Point(0, 271); this.detailListTable.Name = "detailListTable"; // // // this.detailListTable.PrimaryGrid.AllowEdit = false; this.detailListTable.PrimaryGrid.AutoGenerateColumns = false; this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn2); this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn3); this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn4); this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn5); this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn8); this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn19); this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn6); this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn7); this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn9); this.detailListTable.PrimaryGrid.DefaultRowHeight = 35; this.detailListTable.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.detailListTable.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row; this.detailListTable.PrimaryGrid.MultiSelect = false; this.detailListTable.PrimaryGrid.RowHeaderIndexOffset = 1; this.detailListTable.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row; this.detailListTable.PrimaryGrid.ShowRowGridIndex = true; this.detailListTable.Size = new System.Drawing.Size(1024, 497); this.detailListTable.TabIndex = 300; this.detailListTable.Text = "superGridControl1"; // // gridColumn2 // this.gridColumn2.DataPropertyName = "ProductNo"; this.gridColumn2.HeaderText = "商品编号"; this.gridColumn2.Name = "productNo"; // // gridColumn3 // this.gridColumn3.DataPropertyName = "ProductName"; this.gridColumn3.HeaderText = "商品名称"; this.gridColumn3.Name = "productName"; this.gridColumn3.Width = 140; // // gridColumn4 // this.gridColumn4.DataPropertyName = "SpecName"; this.gridColumn4.HeaderText = "规格名"; this.gridColumn4.Name = "specName"; // // gridColumn5 // this.gridColumn5.DataPropertyName = "ProductDescription"; this.gridColumn5.HeaderText = "商品说明"; this.gridColumn5.Name = "productDescription"; this.gridColumn5.Width = 120; // // gridColumn8 // this.gridColumn8.DataPropertyName = "DispatchUnitName"; this.gridColumn8.HeaderText = "配送单位"; this.gridColumn8.Name = "dispatchUnitName"; this.gridColumn8.Width = 80; // // gridColumn19 // this.gridColumn19.DataPropertyName = "Description"; this.gridColumn19.HeaderText = "说明"; this.gridColumn19.Name = "description"; this.gridColumn19.Width = 160; // // gridColumn6 // this.gridColumn6.DataPropertyName = "ProductId"; this.gridColumn6.Name = "productId"; this.gridColumn6.Visible = false; // // gridColumn7 // this.gridColumn7.DataPropertyName = "SpecId"; this.gridColumn7.Name = "specId"; this.gridColumn7.Visible = false; // // gridColumn9 // this.gridColumn9.DataPropertyName = "DispatchUnitId"; this.gridColumn9.Name = "dispatchUnitId"; this.gridColumn9.Visible = false; // // doubleBufferPanelX1 // this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX1.Controls.Add(this.buttonX10); this.doubleBufferPanelX1.Controls.Add(this.noTextBox); this.doubleBufferPanelX1.Controls.Add(this.labelX4); this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Top; this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 32); this.doubleBufferPanelX1.Name = "doubleBufferPanelX1"; this.doubleBufferPanelX1.Padding = new System.Windows.Forms.Padding(20, 10, 10, 10); this.doubleBufferPanelX1.Size = new System.Drawing.Size(1024, 45); this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.doubleBufferPanelX1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.doubleBufferPanelX1.Style.GradientAngle = 90; this.doubleBufferPanelX1.TabIndex = 335; // // buttonX10 // this.buttonX10.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.buttonX10.BackColor = System.Drawing.Color.Red; this.buttonX10.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX10.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX10.FadeEffect = false; this.buttonX10.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX10.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX10.Location = new System.Drawing.Point(517, 0); this.buttonX10.Name = "buttonX10"; this.buttonX10.Size = new System.Drawing.Size(82, 45); this.buttonX10.TabIndex = 335; this.buttonX10.Tag = "exit"; this.buttonX10.Text = "退出"; this.buttonX10.TextColor = System.Drawing.Color.White; this.buttonX10.Click += new System.EventHandler(this.exitClick); // // noTextBox // this.noTextBox.BackColor = System.Drawing.Color.White; // // // this.noTextBox.Border.Class = "TextBoxBorder"; this.noTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.noTextBox.DisabledBackColor = System.Drawing.Color.White; this.noTextBox.Font = new System.Drawing.Font("宋体", 14.5F); this.noTextBox.ForeColor = System.Drawing.Color.Black; this.noTextBox.ImeMode = System.Windows.Forms.ImeMode.KatakanaHalf; this.noTextBox.Keyboard = POSV.KeyboardType.中文; this.noTextBox.Location = new System.Drawing.Point(144, 7); this.noTextBox.MaxLength = 128; this.noTextBox.Name = "noTextBox"; this.noTextBox.PreventEnterBeep = true; this.noTextBox.Size = new System.Drawing.Size(224, 30); this.noTextBox.TabIndex = 334; this.noTextBox.WatermarkText = "编号"; // // labelX4 // // // // this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX4.Font = new System.Drawing.Font("宋体", 14.5F); this.labelX4.ForeColor = System.Drawing.Color.Maroon; this.labelX4.Location = new System.Drawing.Point(4, 8); this.labelX4.Name = "labelX4"; this.labelX4.Size = new System.Drawing.Size(137, 30); this.labelX4.TabIndex = 333; this.labelX4.Text = "要货模板编号:"; this.labelX4.WordWrap = true; // // ticketListTable // this.ticketListTable.BackColor = System.Drawing.Color.White; this.ticketListTable.Dock = System.Windows.Forms.DockStyle.Top; this.ticketListTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed; this.ticketListTable.ForeColor = System.Drawing.Color.Black; this.ticketListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.ticketListTable.Location = new System.Drawing.Point(0, 77); this.ticketListTable.Name = "ticketListTable"; // // // this.ticketListTable.PrimaryGrid.AllowEdit = false; this.ticketListTable.PrimaryGrid.AutoGenerateColumns = false; this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn1); this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn10); this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn11); this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn14); this.ticketListTable.PrimaryGrid.DefaultRowHeight = 35; this.ticketListTable.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ticketListTable.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row; this.ticketListTable.PrimaryGrid.MultiSelect = false; this.ticketListTable.PrimaryGrid.RowHeaderIndexOffset = 1; this.ticketListTable.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row; this.ticketListTable.PrimaryGrid.ShowRowGridIndex = true; this.ticketListTable.Size = new System.Drawing.Size(1024, 160); this.ticketListTable.TabIndex = 336; this.ticketListTable.Text = "superGridControl1"; this.ticketListTable.RowActivated += new System.EventHandler(this.OnTicketRowActivated); // // gridColumn1 // this.gridColumn1.DataPropertyName = "Id"; this.gridColumn1.HeaderText = "id"; this.gridColumn1.Name = "id"; this.gridColumn1.Visible = false; // // gridColumn10 // this.gridColumn10.DataPropertyName = "No"; this.gridColumn10.HeaderText = "单号"; this.gridColumn10.Name = "no"; this.gridColumn10.Width = 140; // // gridColumn11 // this.gridColumn11.DataPropertyName = "Name"; this.gridColumn11.HeaderText = "名称"; this.gridColumn11.Name = "name"; this.gridColumn11.Width = 160; // // gridColumn14 // this.gridColumn14.DataPropertyName = "Description"; this.gridColumn14.HeaderText = "备注说明"; this.gridColumn14.Name = "description"; this.gridColumn14.Width = 200; // // pagerControl1 // this.pagerControl1.BackColor = System.Drawing.SystemColors.InactiveCaption; this.pagerControl1.CurrentPage = 1; this.pagerControl1.Dock = System.Windows.Forms.DockStyle.Top; this.pagerControl1.ForeColor = System.Drawing.Color.Black; this.pagerControl1.ForeFont = new System.Drawing.Font("宋体", 14.5F); this.pagerControl1.Location = new System.Drawing.Point(0, 237); this.pagerControl1.Name = "pagerControl1"; this.pagerControl1.RecordCount = 0; this.pagerControl1.RowsPerPage = 10; this.pagerControl1.Size = new System.Drawing.Size(1024, 34); this.pagerControl1.TabIndex = 337; this.pagerControl1.TotalPage = 0; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.buttonX1.BackColor = System.Drawing.Color.DodgerBlue; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX1.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX1.FadeEffect = false; this.buttonX1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX1.Location = new System.Drawing.Point(374, 32); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(82, 45); this.buttonX1.TabIndex = 336; this.buttonX1.Tag = "exit"; this.buttonX1.Text = "确定"; this.buttonX1.TextColor = System.Drawing.Color.White; this.buttonX1.Click += new System.EventHandler(this.btn_ok); // // AskgoodsTemplateForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1024, 768); this.Controls.Add(this.buttonX1); this.Controls.Add(this.detailListTable); this.Controls.Add(this.pagerControl1); this.Controls.Add(this.ticketListTable); this.Controls.Add(this.doubleBufferPanelX1); this.Controls.Add(this.controlBox1); this.Name = "AskgoodsTemplateForm"; this.Text = "AskgoodsTemplate"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.doubleBufferPanelX1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Component.ControlBox controlBox1; private DevComponents.DotNetBar.SuperGrid.SuperGridControl detailListTable; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn2; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn3; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn4; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn5; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn8; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn19; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn6; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn7; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn9; private Component.DoubleBufferPanelX doubleBufferPanelX1; private DevComponents.DotNetBar.ButtonX buttonX10; private Component.NormalTextBox noTextBox; private DevComponents.DotNetBar.LabelX labelX4; private DevComponents.DotNetBar.SuperGrid.SuperGridControl ticketListTable; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn10; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn11; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn14; private Component.PagerControl pagerControl1; private DevComponents.DotNetBar.ButtonX buttonX1; } }