namespace Lskj.PubBillSpecial { partial class FrmScanCodeAssociation { /// /// 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.plm_bottom = new DevExpress.XtraEditors.PanelControl(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.gcMain = new Lskj.Control.GridControlEx(); ((System.ComponentModel.ISupportInitialize)(this.plm_bottom)).BeginInit(); this.plm_bottom.SuspendLayout(); this.SuspendLayout(); // // plm_bottom // this.plm_bottom.Controls.Add(this.simpleButton1); this.plm_bottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.plm_bottom.Location = new System.Drawing.Point(0, 410); this.plm_bottom.Margin = new System.Windows.Forms.Padding(4); this.plm_bottom.Name = "plm_bottom"; this.plm_bottom.Size = new System.Drawing.Size(800, 40); this.plm_bottom.TabIndex = 18; // // simpleButton1 // this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.simpleButton1.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.simpleButton1.Appearance.Options.UseFont = true; this.simpleButton1.Location = new System.Drawing.Point(696, 6); this.simpleButton1.Margin = new System.Windows.Forms.Padding(4); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(90, 30); this.simpleButton1.TabIndex = 41; this.simpleButton1.Text = "确定"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // gcMain // this.gcMain.AdapterObj = null; this.gcMain.BackColor = System.Drawing.Color.Transparent; this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; this.gcMain.Location = new System.Drawing.Point(0, 0); this.gcMain.Margin = new System.Windows.Forms.Padding(5); this.gcMain.Name = "gcMain"; this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.gcMain.Size = new System.Drawing.Size(800, 410); this.gcMain.TabIndex = 21; // // FrmScanCodeAssociation // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.gcMain); this.Controls.Add(this.plm_bottom); this.Name = "FrmScanCodeAssociation"; this.Text = "串码选择"; ((System.ComponentModel.ISupportInitialize)(this.plm_bottom)).EndInit(); this.plm_bottom.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl plm_bottom; private DevExpress.XtraEditors.SimpleButton simpleButton1; private Control.GridControlEx gcMain; } }