namespace POSV.Stock { partial class StoreStorageInListForm { /// /// 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.detailGrid = new DevComponents.DotNetBar.SuperGrid.SuperGridControl(); this.detailPaper = new POSV.Component.PagerControl(); this.orderPaper = new POSV.Component.PagerControl(); this.orderGrid = new DevComponents.DotNetBar.SuperGrid.SuperGridControl(); this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX(); this.txtNo = new POSV.Component.NormalTextBox(); this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.radioButton4 = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.radioButton2 = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.radioButton1 = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.startPicker = new POSV.Component.DatePicker(); this.endPicker = new POSV.Component.DatePicker(); this.ButtonOk = new DevComponents.DotNetBar.ButtonX(); this.buttonX10 = new DevComponents.DotNetBar.ButtonX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.buttonX9 = new DevComponents.DotNetBar.ButtonX(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.buttonX8 = new DevComponents.DotNetBar.ButtonX(); this.buttonX4 = new DevComponents.DotNetBar.ButtonX(); this.controlBox1 = new POSV.Component.ControlBox(); this.doubleBufferPanelX1.SuspendLayout(); this.SuspendLayout(); // // detailGrid // this.detailGrid.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.detailGrid.BackColor = System.Drawing.Color.White; this.detailGrid.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.detailGrid.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed; this.detailGrid.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.detailGrid.ForeColor = System.Drawing.Color.Black; this.detailGrid.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.detailGrid.Location = new System.Drawing.Point(0, 404); this.detailGrid.Name = "detailGrid"; // // // this.detailGrid.PrimaryGrid.AllowEdit = false; this.detailGrid.PrimaryGrid.AllowNullCellMerge = false; this.detailGrid.PrimaryGrid.AutoGenerateColumns = false; this.detailGrid.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row; this.detailGrid.PrimaryGrid.MultiSelect = false; this.detailGrid.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row; this.detailGrid.PrimaryGrid.ShowRowGridIndex = true; this.detailGrid.Size = new System.Drawing.Size(1024, 331); this.detailGrid.TabIndex = 300; this.detailGrid.Text = "superGridControl2"; this.detailGrid.DataBindingComplete += new System.EventHandler(this.OnDataBindingComplete); // // detailPaper // this.detailPaper.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.detailPaper.BackColor = System.Drawing.SystemColors.InactiveCaption; this.detailPaper.CurrentPage = 1; this.detailPaper.ForeColor = System.Drawing.Color.Black; this.detailPaper.ForeFont = new System.Drawing.Font("宋体", 14.5F); this.detailPaper.Location = new System.Drawing.Point(0, 734); this.detailPaper.Name = "detailPaper"; this.detailPaper.RecordCount = 0; this.detailPaper.RowsPerPage = 10; this.detailPaper.Size = new System.Drawing.Size(624, 34); this.detailPaper.TabIndex = 301; this.detailPaper.TotalPage = 0; this.detailPaper.PageChangeWithObject += new System.Action(this.OnDetailPageChange); // // orderPaper // this.orderPaper.BackColor = System.Drawing.SystemColors.InactiveCaption; this.orderPaper.CurrentPage = 1; this.orderPaper.ForeColor = System.Drawing.Color.Black; this.orderPaper.ForeFont = new System.Drawing.Font("宋体", 14.5F); this.orderPaper.Location = new System.Drawing.Point(0, 366); this.orderPaper.Name = "orderPaper"; this.orderPaper.RecordCount = 0; this.orderPaper.RowsPerPage = 5; this.orderPaper.Size = new System.Drawing.Size(624, 34); this.orderPaper.TabIndex = 299; this.orderPaper.TotalPage = 0; this.orderPaper.PageChangeWithObject += new System.Action(this.OnOrderPageChange); // // orderGrid // this.orderGrid.BackColor = System.Drawing.Color.White; this.orderGrid.DefaultVisualStyles.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True; this.orderGrid.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.orderGrid.Dock = System.Windows.Forms.DockStyle.Top; this.orderGrid.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed; this.orderGrid.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.orderGrid.ForeColor = System.Drawing.Color.Black; this.orderGrid.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.orderGrid.Location = new System.Drawing.Point(0, 125); this.orderGrid.Name = "orderGrid"; // // // this.orderGrid.PrimaryGrid.AllowEdit = false; this.orderGrid.PrimaryGrid.AllowNullCellMerge = false; this.orderGrid.PrimaryGrid.AutoGenerateColumns = false; this.orderGrid.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row; this.orderGrid.PrimaryGrid.MultiSelect = false; this.orderGrid.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row; this.orderGrid.PrimaryGrid.ShowRowGridIndex = true; this.orderGrid.Size = new System.Drawing.Size(1024, 237); this.orderGrid.TabIndex = 246; this.orderGrid.Text = "superGridControl1"; this.orderGrid.RowActivated += new System.EventHandler(this.OnOrderRowActivated); // // doubleBufferPanelX1 // this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX1.Controls.Add(this.txtNo); this.doubleBufferPanelX1.Controls.Add(this.checkBoxX1); this.doubleBufferPanelX1.Controls.Add(this.radioButton4); this.doubleBufferPanelX1.Controls.Add(this.radioButton2); this.doubleBufferPanelX1.Controls.Add(this.radioButton1); this.doubleBufferPanelX1.Controls.Add(this.labelX3); this.doubleBufferPanelX1.Controls.Add(this.startPicker); this.doubleBufferPanelX1.Controls.Add(this.endPicker); this.doubleBufferPanelX1.Controls.Add(this.ButtonOk); this.doubleBufferPanelX1.Controls.Add(this.buttonX10); this.doubleBufferPanelX1.Controls.Add(this.buttonX1); this.doubleBufferPanelX1.Controls.Add(this.buttonX9); this.doubleBufferPanelX1.Controls.Add(this.buttonX2); this.doubleBufferPanelX1.Controls.Add(this.buttonX8); this.doubleBufferPanelX1.Controls.Add(this.buttonX4); 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.Size = new System.Drawing.Size(1024, 93); this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.doubleBufferPanelX1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.doubleBufferPanelX1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.doubleBufferPanelX1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.doubleBufferPanelX1.Style.GradientAngle = 90; this.doubleBufferPanelX1.TabIndex = 245; // // txtNo // this.txtNo.BackColor = System.Drawing.Color.White; // // // this.txtNo.Border.Class = "TextBoxBorder"; this.txtNo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtNo.ButtonCustom.Symbol = ""; this.txtNo.ButtonCustom.Visible = true; this.txtNo.DisabledBackColor = System.Drawing.Color.White; this.txtNo.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtNo.ForeColor = System.Drawing.Color.Black; this.txtNo.Keyboard = POSV.KeyboardType.英文; this.txtNo.Location = new System.Drawing.Point(493, 55); this.txtNo.Name = "txtNo"; this.txtNo.PreventEnterBeep = true; this.txtNo.Size = new System.Drawing.Size(241, 30); this.txtNo.TabIndex = 302; this.txtNo.ButtonCustomClick += new System.EventHandler(this.OnTxtNoCustomClick); // // checkBoxX1 // // // // this.checkBoxX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkBoxX1.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.checkBoxX1.Font = new System.Drawing.Font("宋体", 14.5F); this.checkBoxX1.Location = new System.Drawing.Point(592, 7); this.checkBoxX1.Name = "checkBoxX1"; this.checkBoxX1.Size = new System.Drawing.Size(83, 33); this.checkBoxX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxX1.TabIndex = 300; this.checkBoxX1.Tag = "2"; this.checkBoxX1.Text = "已入库"; this.checkBoxX1.CheckedChanged += new System.EventHandler(this.OnStatusCheckedChanged); // // radioButton4 // // // // this.radioButton4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.radioButton4.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.radioButton4.Font = new System.Drawing.Font("宋体", 14.5F); this.radioButton4.Location = new System.Drawing.Point(681, 7); this.radioButton4.Name = "radioButton4"; this.radioButton4.Size = new System.Drawing.Size(86, 33); this.radioButton4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.radioButton4.TabIndex = 298; this.radioButton4.Tag = "3"; this.radioButton4.Text = "已作废"; this.radioButton4.CheckedChanged += new System.EventHandler(this.OnStatusCheckedChanged); // // radioButton2 // // // // this.radioButton2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.radioButton2.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.radioButton2.Checked = true; this.radioButton2.CheckState = System.Windows.Forms.CheckState.Checked; this.radioButton2.CheckValue = "Y"; this.radioButton2.Font = new System.Drawing.Font("宋体", 14.5F); this.radioButton2.Location = new System.Drawing.Point(501, 7); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(85, 33); this.radioButton2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.radioButton2.TabIndex = 297; this.radioButton2.Tag = "0"; this.radioButton2.Text = "待审核"; this.radioButton2.CheckedChanged += new System.EventHandler(this.OnStatusCheckedChanged); // // radioButton1 // // // // this.radioButton1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.radioButton1.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.radioButton1.Font = new System.Drawing.Font("宋体", 14.5F); this.radioButton1.Location = new System.Drawing.Point(420, 7); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(76, 33); this.radioButton1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.radioButton1.TabIndex = 296; this.radioButton1.Tag = "-1"; this.radioButton1.Text = "全部"; this.radioButton1.CheckedChanged += new System.EventHandler(this.OnStatusCheckedChanged); // // labelX3 // // // // this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Font = new System.Drawing.Font("宋体", 14.5F); this.labelX3.Location = new System.Drawing.Point(399, 55); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(98, 30); this.labelX3.TabIndex = 295; this.labelX3.Text = "单据编号:"; this.labelX3.WordWrap = true; // // startPicker // this.startPicker.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.startPicker.Font = new System.Drawing.Font("宋体", 12F); this.startPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.startPicker.HeaderColor = System.Drawing.Color.Empty; this.startPicker.Location = new System.Drawing.Point(4, 10); this.startPicker.Name = "startPicker"; this.startPicker.Size = new System.Drawing.Size(200, 26); this.startPicker.TabIndex = 0; // // endPicker // this.endPicker.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.endPicker.Font = new System.Drawing.Font("宋体", 12F); this.endPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.endPicker.HeaderColor = System.Drawing.Color.Empty; this.endPicker.Location = new System.Drawing.Point(212, 10); this.endPicker.Name = "endPicker"; this.endPicker.Size = new System.Drawing.Size(202, 26); this.endPicker.TabIndex = 237; // // ButtonOk // this.ButtonOk.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.ButtonOk.BackColor = System.Drawing.Color.DodgerBlue; this.ButtonOk.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.ButtonOk.Cursor = System.Windows.Forms.Cursors.Hand; this.ButtonOk.FadeEffect = false; this.ButtonOk.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ButtonOk.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.ButtonOk.Location = new System.Drawing.Point(765, 47); this.ButtonOk.Name = "ButtonOk"; this.ButtonOk.Size = new System.Drawing.Size(85, 45); this.ButtonOk.TabIndex = 226; this.ButtonOk.Tag = "query"; this.ButtonOk.Text = "查询"; this.ButtonOk.TextColor = System.Drawing.Color.White; this.ButtonOk.Click += new System.EventHandler(this.OnQueryClick); // // 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(937, 47); this.buttonX10.Name = "buttonX10"; this.buttonX10.Size = new System.Drawing.Size(85, 45); this.buttonX10.TabIndex = 236; this.buttonX10.Tag = "exit"; this.buttonX10.Text = "退出"; this.buttonX10.TextColor = System.Drawing.Color.White; this.buttonX10.Click += new System.EventHandler(this.OnExistClick); // // 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(1, 47); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(85, 45); this.buttonX1.TabIndex = 227; this.buttonX1.Tag = "add"; this.buttonX1.Text = "新增"; this.buttonX1.TextColor = System.Drawing.Color.White; this.buttonX1.Click += new System.EventHandler(this.OnAddStorageInClick); // // buttonX9 // this.buttonX9.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.buttonX9.BackColor = System.Drawing.Color.MediumSlateBlue; this.buttonX9.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX9.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX9.FadeEffect = false; this.buttonX9.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX9.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX9.Location = new System.Drawing.Point(173, 47); this.buttonX9.Name = "buttonX9"; this.buttonX9.Size = new System.Drawing.Size(85, 45); this.buttonX9.TabIndex = 235; this.buttonX9.Tag = "apply"; this.buttonX9.Text = "审核"; this.buttonX9.TextColor = System.Drawing.Color.White; this.buttonX9.Click += new System.EventHandler(this.OnConfirmClick); // // buttonX2 // this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.buttonX2.BackColor = System.Drawing.Color.SeaGreen; this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX2.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX2.FadeEffect = false; this.buttonX2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX2.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX2.Location = new System.Drawing.Point(87, 47); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(85, 45); this.buttonX2.TabIndex = 228; this.buttonX2.Tag = "edit"; this.buttonX2.Text = "修改"; this.buttonX2.TextColor = System.Drawing.Color.White; this.buttonX2.Click += new System.EventHandler(this.OnModifyClick); // // buttonX8 // this.buttonX8.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.buttonX8.BackColor = System.Drawing.Color.SeaGreen; this.buttonX8.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX8.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX8.FadeEffect = false; this.buttonX8.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX8.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX8.Location = new System.Drawing.Point(851, 47); this.buttonX8.Name = "buttonX8"; this.buttonX8.Size = new System.Drawing.Size(85, 45); this.buttonX8.TabIndex = 234; this.buttonX8.Tag = "print"; this.buttonX8.Text = "打印"; this.buttonX8.TextColor = System.Drawing.Color.White; // // buttonX4 // this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.buttonX4.BackColor = System.Drawing.Color.Brown; this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX4.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX4.FadeEffect = false; this.buttonX4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX4.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX4.Location = new System.Drawing.Point(259, 47); this.buttonX4.Name = "buttonX4"; this.buttonX4.Size = new System.Drawing.Size(85, 45); this.buttonX4.TabIndex = 230; this.buttonX4.Tag = "cancel"; this.buttonX4.Text = "作废"; this.buttonX4.TextColor = System.Drawing.Color.White; this.buttonX4.Click += new System.EventHandler(this.OnCancelClick); // // controlBox1 // this.controlBox1.BackColor = System.Drawing.Color.Maroon; 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 = false; 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 = 0; this.controlBox1.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseClick); this.controlBox1.MinimizedClick += new POSV.Component.ControlBox.EventHandler(this.OnMinimizedClick); // // StoreStorageInListForm // 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.detailGrid); this.Controls.Add(this.detailPaper); this.Controls.Add(this.orderPaper); this.Controls.Add(this.orderGrid); this.Controls.Add(this.doubleBufferPanelX1); this.Controls.Add(this.controlBox1); this.Name = "StoreStorageInListForm"; this.Text = "StoreStockInListForm"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.doubleBufferPanelX1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Component.ControlBox controlBox1; private Component.DoubleBufferPanelX doubleBufferPanelX1; private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1; private DevComponents.DotNetBar.Controls.CheckBoxX radioButton4; private DevComponents.DotNetBar.Controls.CheckBoxX radioButton2; private DevComponents.DotNetBar.Controls.CheckBoxX radioButton1; private DevComponents.DotNetBar.LabelX labelX3; private Component.DatePicker startPicker; private Component.DatePicker endPicker; private DevComponents.DotNetBar.ButtonX ButtonOk; private DevComponents.DotNetBar.ButtonX buttonX10; private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.ButtonX buttonX9; private DevComponents.DotNetBar.ButtonX buttonX2; private DevComponents.DotNetBar.ButtonX buttonX8; private DevComponents.DotNetBar.ButtonX buttonX4; private DevComponents.DotNetBar.SuperGrid.SuperGridControl orderGrid; private Component.PagerControl orderPaper; private DevComponents.DotNetBar.SuperGrid.SuperGridControl detailGrid; private Component.PagerControl detailPaper; private Component.NormalTextBox txtNo; } }