namespace Core.StlMes.Client.Qcm { partial class PageEdit { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.btn_Cancle = new System.Windows.Forms.Button(); this.btn_Enter = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.utName = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.utKey = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.label2 = new System.Windows.Forms.Label(); this.utSeq = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.label3 = new System.Windows.Forms.Label(); this.utMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.label4 = new System.Windows.Forms.Label(); this.utIcoKey = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.label5 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.utName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.utKey)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.utSeq)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.utMemo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.utIcoKey)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.btn_Cancle); this.panel1.Controls.Add(this.btn_Enter); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 158); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(353, 32); this.panel1.TabIndex = 3; // // btn_Cancle // this.btn_Cancle.Location = new System.Drawing.Point(186, 6); this.btn_Cancle.Name = "btn_Cancle"; this.btn_Cancle.Size = new System.Drawing.Size(62, 21); this.btn_Cancle.TabIndex = 25; this.btn_Cancle.Text = "取消"; this.btn_Cancle.UseVisualStyleBackColor = true; this.btn_Cancle.Click += new System.EventHandler(this.btn_Cancle_Click); // // btn_Enter // this.btn_Enter.Location = new System.Drawing.Point(82, 6); this.btn_Enter.Name = "btn_Enter"; this.btn_Enter.Size = new System.Drawing.Size(62, 21); this.btn_Enter.TabIndex = 24; this.btn_Enter.Text = "确定"; this.btn_Enter.UseVisualStyleBackColor = true; this.btn_Enter.Click += new System.EventHandler(this.btn_Enter_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 4; this.label1.Text = "页面名称"; // // utName // this.utName.Location = new System.Drawing.Point(71, 14); this.utName.Name = "utName"; this.utName.Size = new System.Drawing.Size(255, 21); this.utName.TabIndex = 5; // // utKey // this.utKey.Location = new System.Drawing.Point(71, 43); this.utKey.Name = "utKey"; this.utKey.Size = new System.Drawing.Size(255, 21); this.utKey.TabIndex = 7; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 47); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(47, 12); this.label2.TabIndex = 6; this.label2.Text = "页面Key"; // // utSeq // this.utSeq.Location = new System.Drawing.Point(71, 97); this.utSeq.Name = "utSeq"; this.utSeq.Size = new System.Drawing.Size(255, 21); this.utSeq.TabIndex = 9; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 101); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 8; this.label3.Text = "页面序号"; // // utMemo // this.utMemo.Location = new System.Drawing.Point(71, 126); this.utMemo.Name = "utMemo"; this.utMemo.Size = new System.Drawing.Size(255, 21); this.utMemo.TabIndex = 11; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(12, 130); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 10; this.label4.Text = "备 注"; // // utIcoKey // this.utIcoKey.Location = new System.Drawing.Point(71, 70); this.utIcoKey.Name = "utIcoKey"; this.utIcoKey.Size = new System.Drawing.Size(255, 21); this.utIcoKey.TabIndex = 13; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(12, 74); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(47, 12); this.label5.TabIndex = 12; this.label5.Text = "图片Key"; // // PageEdit // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(353, 190); this.Controls.Add(this.utIcoKey); this.Controls.Add(this.label5); this.Controls.Add(this.utMemo); this.Controls.Add(this.label4); this.Controls.Add(this.utSeq); this.Controls.Add(this.label3); this.Controls.Add(this.utKey); this.Controls.Add(this.label2); this.Controls.Add(this.utName); this.Controls.Add(this.label1); this.Controls.Add(this.panel1); this.Name = "PageEdit"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "页面信息配置"; this.Load += new System.EventHandler(this.PageEdit_Load); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.utName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.utKey)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.utSeq)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.utMemo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.utIcoKey)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btn_Cancle; private System.Windows.Forms.Button btn_Enter; private System.Windows.Forms.Label label1; private Infragistics.Win.UltraWinEditors.UltraTextEditor utName; private Infragistics.Win.UltraWinEditors.UltraTextEditor utKey; private System.Windows.Forms.Label label2; private Infragistics.Win.UltraWinEditors.UltraTextEditor utSeq; private System.Windows.Forms.Label label3; private Infragistics.Win.UltraWinEditors.UltraTextEditor utMemo; private System.Windows.Forms.Label label4; private Infragistics.Win.UltraWinEditors.UltraTextEditor utIcoKey; private System.Windows.Forms.Label label5; } }