namespace Gs.DevApp.DevFrm.Rpt { partial class CK { /// /// 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.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel1)).BeginInit(); this.splitMx1.Panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel2)).BeginInit(); this.splitMx1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // splitMx1 // this.splitMx1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitMx1.Horizontal = false; this.splitMx1.Location = new System.Drawing.Point(0, 0); this.splitMx1.Name = "splitMx1"; // // splitMx1.Panel1 // this.splitMx1.Panel1.Controls.Add(this.flowLayoutPanel1); this.splitMx1.Panel1.Text = "Panel1"; // // splitMx1.Panel2 // this.splitMx1.Panel2.Text = "Panel2"; this.splitMx1.Size = new System.Drawing.Size(924, 567); this.splitMx1.SplitterPosition = 530; this.splitMx1.TabIndex = 0; // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.simpleButton2); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(100); this.flowLayoutPanel1.Size = new System.Drawing.Size(924, 530); this.flowLayoutPanel1.TabIndex = 2; // // simpleButton2 // this.simpleButton2.ImageOptions.Image = global::Gs.DevApp.Properties.Resources._3dclusteredcolumn_32x32; this.simpleButton2.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter; this.simpleButton2.Location = new System.Drawing.Point(103, 103); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(145, 128); this.simpleButton2.TabIndex = 1; this.simpleButton2.Text = "条码库存明细表"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // CK // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(924, 567); this.Controls.Add(this.splitMx1); this.Name = "CK"; this.Text = "CK"; ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel1)).EndInit(); this.splitMx1.Panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).EndInit(); this.splitMx1.ResumeLayout(false); this.flowLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitMx1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private DevExpress.XtraEditors.SimpleButton simpleButton2; } }