| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- namespace Core.StlMes.Client.Mcp.Mch.Mcms
- {
- partial class ProjectName
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
- this.ubtOK = new Infragistics.Win.Misc.UltraButton();
- this.ubtCancel = new Infragistics.Win.Misc.UltraButton();
- this.uteProjectName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraPanel2.ClientArea.SuspendLayout();
- this.ultraPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uteProjectName)).BeginInit();
- this.SuspendLayout();
- //
- // ultraPanel2
- //
- //
- // ultraPanel2.ClientArea
- //
- this.ultraPanel2.ClientArea.Controls.Add(this.ubtOK);
- this.ultraPanel2.ClientArea.Controls.Add(this.ubtCancel);
- this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraPanel2.Location = new System.Drawing.Point(0, 81);
- this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4);
- this.ultraPanel2.Name = "ultraPanel2";
- this.ultraPanel2.Size = new System.Drawing.Size(603, 45);
- this.ultraPanel2.TabIndex = 3;
- //
- // ubtOK
- //
- this.ubtOK.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.ubtOK.Location = new System.Drawing.Point(382, 6);
- this.ubtOK.Margin = new System.Windows.Forms.Padding(4);
- this.ubtOK.Name = "ubtOK";
- this.ubtOK.Size = new System.Drawing.Size(100, 29);
- this.ubtOK.TabIndex = 5;
- this.ubtOK.Text = "确认";
- this.ubtOK.Click += new System.EventHandler(this.ubtOK_Click);
- //
- // ubtCancel
- //
- this.ubtCancel.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.ubtCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.ubtCancel.Location = new System.Drawing.Point(490, 6);
- this.ubtCancel.Margin = new System.Windows.Forms.Padding(4);
- this.ubtCancel.Name = "ubtCancel";
- this.ubtCancel.Size = new System.Drawing.Size(100, 29);
- this.ubtCancel.TabIndex = 4;
- this.ubtCancel.Text = "取消";
- //
- // uteProjectName
- //
- this.uteProjectName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uteProjectName.Location = new System.Drawing.Point(93, 21);
- this.uteProjectName.Name = "uteProjectName";
- this.uteProjectName.Size = new System.Drawing.Size(445, 30);
- this.uteProjectName.TabIndex = 4;
- this.uteProjectName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.uteProjectName_KeyPress);
- //
- // ultraLabel1
- //
- this.ultraLabel1.AutoSize = true;
- this.ultraLabel1.Location = new System.Drawing.Point(12, 27);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(52, 19);
- this.ultraLabel1.TabIndex = 5;
- this.ultraLabel1.Text = "模板名";
- //
- // ProjectName
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.ClientSize = new System.Drawing.Size(603, 126);
- this.Controls.Add(this.ultraLabel1);
- this.Controls.Add(this.uteProjectName);
- this.Controls.Add(this.ultraPanel2);
- this.Name = "ProjectName";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "模板名";
- this.ultraPanel2.ClientArea.ResumeLayout(false);
- this.ultraPanel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uteProjectName)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Infragistics.Win.Misc.UltraPanel ultraPanel2;
- private Infragistics.Win.Misc.UltraButton ubtOK;
- private Infragistics.Win.Misc.UltraButton ubtCancel;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor uteProjectName;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- }
- }
|