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(436, 347); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); 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(533, 347); this.btnCanel.Name = "btnCanel"; this.btnCanel.Size = new System.Drawing.Size(75, 23); this.btnCanel.TabIndex = 1; this.btnCanel.Text = "取消"; this.btnCanel.Click += new System.EventHandler(this.btnCanel_Click); // // FrmBaseEdit // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(632, 382); this.Controls.Add(this.btnCanel); this.Controls.Add(this.btnOK); this.Name = "FrmBaseEdit"; this.Text = "FrmBaseEdit"; this.ResumeLayout(false); } #endregion protected DevExpress.XtraEditors.SimpleButton btnOK; protected DevExpress.XtraEditors.SimpleButton btnCanel; } }