namespace WinformGeneralDeveloperFrame { partial class FrmShowForm { /// /// 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.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.simpleButton8 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(954, 28); this.panelControl1.TabIndex = 0; // // labelControl1 // this.labelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl1.Location = new System.Drawing.Point(2, 2); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(0, 14); this.labelControl1.TabIndex = 0; // // simpleButton8 // this.simpleButton8.ImageOptions.Image = global::WinformGeneralDeveloperFrame.Properties.Resources.pagesetup_32x32; this.simpleButton8.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.TopCenter; this.simpleButton8.Location = new System.Drawing.Point(564, 34); this.simpleButton8.Name = "simpleButton8"; this.simpleButton8.Size = new System.Drawing.Size(87, 74); this.simpleButton8.TabIndex = 8; this.simpleButton8.Text = "参数类型维护"; this.simpleButton8.Click += new System.EventHandler(this.simpleButton8_Click); // // simpleButton7 // this.simpleButton7.ImageOptions.Image = global::WinformGeneralDeveloperFrame.Properties.Resources.build_32x32; this.simpleButton7.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.TopCenter; this.simpleButton7.Location = new System.Drawing.Point(657, 34); this.simpleButton7.Name = "simpleButton7"; this.simpleButton7.Size = new System.Drawing.Size(87, 74); this.simpleButton7.TabIndex = 7; this.simpleButton7.Text = "参数维护"; this.simpleButton7.Click += new System.EventHandler(this.simpleButton7_Click); // // simpleButton6 // this.simpleButton6.ImageOptions.Image = global::WinformGeneralDeveloperFrame.Properties.Resources.team_32x32; this.simpleButton6.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.TopCenter; this.simpleButton6.Location = new System.Drawing.Point(471, 34); this.simpleButton6.Name = "simpleButton6"; this.simpleButton6.Size = new System.Drawing.Size(87, 74); this.simpleButton6.TabIndex = 6; this.simpleButton6.Text = "用户维护"; this.simpleButton6.Click += new System.EventHandler(this.simpleButton6_Click); // // simpleButton5 // this.simpleButton5.ImageOptions.Image = global::WinformGeneralDeveloperFrame.Properties.Resources.folderpanel_32x32; this.simpleButton5.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.TopCenter; this.simpleButton5.Location = new System.Drawing.Point(378, 34); this.simpleButton5.Name = "simpleButton5"; this.simpleButton5.Size = new System.Drawing.Size(87, 74); this.simpleButton5.TabIndex = 5; this.simpleButton5.Text = "菜单维护"; this.simpleButton5.Click += new System.EventHandler(this.simpleButton5_Click); // // simpleButton4 // this.simpleButton4.ImageOptions.Image = global::WinformGeneralDeveloperFrame.Properties.Resources.boreport_32x32; this.simpleButton4.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.TopCenter; this.simpleButton4.Location = new System.Drawing.Point(285, 34); this.simpleButton4.Name = "simpleButton4"; this.simpleButton4.Size = new System.Drawing.Size(87, 74); this.simpleButton4.TabIndex = 4; this.simpleButton4.Text = "代码生成"; this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click); // // simpleButton3 // this.simpleButton3.ImageOptions.Image = global::WinformGeneralDeveloperFrame.Properties.Resources.database_32x32; this.simpleButton3.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.TopCenter; this.simpleButton3.Location = new System.Drawing.Point(192, 34); this.simpleButton3.Name = "simpleButton3"; this.simpleButton3.Size = new System.Drawing.Size(87, 74); this.simpleButton3.TabIndex = 3; this.simpleButton3.Text = "创建数据源"; this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click); // // simpleButton2 // this.simpleButton2.ImageOptions.Image = global::WinformGeneralDeveloperFrame.Properties.Resources.selectdata_32x32; this.simpleButton2.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.TopCenter; this.simpleButton2.Location = new System.Drawing.Point(99, 34); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(87, 74); this.simpleButton2.TabIndex = 2; this.simpleButton2.Text = "创建数据集"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // simpleButton1 // this.simpleButton1.ImageOptions.Image = global::WinformGeneralDeveloperFrame.Properties.Resources.bocustomer_32x32; this.simpleButton1.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.TopCenter; this.simpleButton1.Location = new System.Drawing.Point(6, 34); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(87, 74); this.simpleButton1.TabIndex = 1; this.simpleButton1.Text = "测试"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // FrmShowForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(954, 616); this.Controls.Add(this.simpleButton8); this.Controls.Add(this.simpleButton7); this.Controls.Add(this.simpleButton6); this.Controls.Add(this.simpleButton5); this.Controls.Add(this.simpleButton4); this.Controls.Add(this.simpleButton3); this.Controls.Add(this.simpleButton2); this.Controls.Add(this.simpleButton1); this.Controls.Add(this.panelControl1); this.Name = "FrmShowForm"; this.Text = "ShowForm"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.SimpleButton simpleButton2; private DevExpress.XtraEditors.SimpleButton simpleButton3; private DevExpress.XtraEditors.SimpleButton simpleButton4; private DevExpress.XtraEditors.SimpleButton simpleButton5; private DevExpress.XtraEditors.SimpleButton simpleButton6; private DevExpress.XtraEditors.SimpleButton simpleButton7; private DevExpress.XtraEditors.SimpleButton simpleButton8; } }