|
- namespace ProductionControl
- {
- partial class FrmRoleInfo
- {
- /// <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.txtName = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.btnCancel = new System.Windows.Forms.Button();
- this.btnSave = new System.Windows.Forms.Button();
- this.txtCode = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // txtName
- //
- this.txtName.Location = new System.Drawing.Point(74, 58);
- this.txtName.Name = "txtName";
- this.txtName.Size = new System.Drawing.Size(236, 28);
- this.txtName.TabIndex = 21;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(24, 63);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(44, 18);
- this.label4.TabIndex = 20;
- this.label4.Text = "名称";
- //
- // btnCancel
- //
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Location = new System.Drawing.Point(182, 97);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(92, 32);
- this.btnCancel.TabIndex = 28;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // btnSave
- //
- this.btnSave.Location = new System.Drawing.Point(74, 97);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(92, 32);
- this.btnSave.TabIndex = 29;
- this.btnSave.Text = "保存";
- this.btnSave.UseVisualStyleBackColor = true;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // txtCode
- //
- this.txtCode.Location = new System.Drawing.Point(74, 24);
- this.txtCode.Name = "txtCode";
- this.txtCode.Size = new System.Drawing.Size(236, 28);
- this.txtCode.TabIndex = 31;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(24, 29);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(44, 18);
- this.label1.TabIndex = 30;
- this.label1.Text = "编号";
- //
- // FrmRoleInfo
- //
- this.AcceptButton = this.btnSave;
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.ActiveCaption;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(322, 141);
- this.Controls.Add(this.txtCode);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.txtName);
- this.Controls.Add(this.label4);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FrmRoleInfo";
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "角色信息";
- this.Load += new System.EventHandler(this.FrmRoleInfo_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
- private System.Windows.Forms.TextBox txtName;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.Button btnSave;
- private System.Windows.Forms.TextBox txtCode;
- private System.Windows.Forms.Label label1;
- }
- }
|