namespace DocumentManagement { partial class frmTitle { /// /// 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.btnSave = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.txtFileName = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // btnSave // this.btnSave.Location = new System.Drawing.Point(228, 60); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 30); this.btnSave.TabIndex = 0; this.btnSave.Text = "确定"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(340, 60); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 30); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // txtFileName // this.txtFileName.Font = new System.Drawing.Font("宋体", 10.5F); this.txtFileName.Location = new System.Drawing.Point(12, 21); this.txtFileName.Name = "txtFileName"; this.txtFileName.Size = new System.Drawing.Size(420, 27); this.txtFileName.TabIndex = 2; this.txtFileName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtFileName_KeyDown); // // panel1 // this.panel1.Controls.Add(this.txtFileName); this.panel1.Controls.Add(this.btnCancel); this.panel1.Controls.Add(this.btnSave); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Font = new System.Drawing.Font("宋体", 10.5F); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(457, 102); this.panel1.TabIndex = 3; // // frmTitle // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(457, 102); this.Controls.Add(this.panel1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmTitle"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "请输入模板名称"; this.Load += new System.EventHandler(this.frmTitle_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.TextBox txtFileName; private System.Windows.Forms.Panel panel1; } }