namespace WinformGeneralDeveloperFrame { partial class FrmBaseEdit { /// /// 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.btnOK = new DevExpress.XtraEditors.SimpleButton(); this.btnCanel = new DevExpress.XtraEditors.SimpleButton(); this.SuspendLayout(); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Location = new System.Drawing.Point(511, 461); this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(86, 30); this.btnOK.TabIndex = 0; this.btnOK.Text = "保存"; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCanel // this.btnCanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCanel.Location = new System.Drawing.Point(622, 461); this.btnCanel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnCanel.Name = "btnCanel"; this.btnCanel.Size = new System.Drawing.Size(86, 30); this.btnCanel.TabIndex = 1; this.btnCanel.Text = "取消"; this.btnCanel.Click += new System.EventHandler(this.btnCanel_Click); // // FrmBaseEdit // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(735, 506); this.Controls.Add(this.btnCanel); this.Controls.Add(this.btnOK); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "FrmBaseEdit"; this.Text = "FrmBaseEdit"; this.ResumeLayout(false); } #endregion protected DevExpress.XtraEditors.SimpleButton btnOK; protected DevExpress.XtraEditors.SimpleButton btnCanel; } }