版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

178 lines
7.3 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmUserInfo
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label5 = new System.Windows.Forms.Label();
  29. this.txtNote = new System.Windows.Forms.TextBox();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.txtName = new System.Windows.Forms.TextBox();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.txtCode = new System.Windows.Forms.TextBox();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.cobRoleId = new System.Windows.Forms.ComboBox();
  36. this.btnCancel = new System.Windows.Forms.Button();
  37. this.btnSave = new System.Windows.Forms.Button();
  38. this.SuspendLayout();
  39. //
  40. // label5
  41. //
  42. this.label5.AutoSize = true;
  43. this.label5.Location = new System.Drawing.Point(312, 86);
  44. this.label5.Name = "label5";
  45. this.label5.Size = new System.Drawing.Size(44, 18);
  46. this.label5.TabIndex = 26;
  47. this.label5.Text = "备注";
  48. //
  49. // txtNote
  50. //
  51. this.txtNote.Location = new System.Drawing.Point(362, 76);
  52. this.txtNote.Name = "txtNote";
  53. this.txtNote.Size = new System.Drawing.Size(185, 28);
  54. this.txtNote.TabIndex = 25;
  55. //
  56. // label3
  57. //
  58. this.label3.AutoSize = true;
  59. this.label3.Location = new System.Drawing.Point(27, 86);
  60. this.label3.Name = "label3";
  61. this.label3.Size = new System.Drawing.Size(44, 18);
  62. this.label3.TabIndex = 22;
  63. this.label3.Text = "角色";
  64. //
  65. // txtName
  66. //
  67. this.txtName.Location = new System.Drawing.Point(362, 32);
  68. this.txtName.Name = "txtName";
  69. this.txtName.Size = new System.Drawing.Size(185, 28);
  70. this.txtName.TabIndex = 21;
  71. //
  72. // label4
  73. //
  74. this.label4.AutoSize = true;
  75. this.label4.Location = new System.Drawing.Point(312, 42);
  76. this.label4.Name = "label4";
  77. this.label4.Size = new System.Drawing.Size(44, 18);
  78. this.label4.TabIndex = 20;
  79. this.label4.Text = "名称";
  80. //
  81. // txtCode
  82. //
  83. this.txtCode.Location = new System.Drawing.Point(77, 32);
  84. this.txtCode.Name = "txtCode";
  85. this.txtCode.Size = new System.Drawing.Size(185, 28);
  86. this.txtCode.TabIndex = 19;
  87. //
  88. // label1
  89. //
  90. this.label1.AutoSize = true;
  91. this.label1.Location = new System.Drawing.Point(27, 42);
  92. this.label1.Name = "label1";
  93. this.label1.Size = new System.Drawing.Size(44, 18);
  94. this.label1.TabIndex = 18;
  95. this.label1.Text = "帐号";
  96. //
  97. // cobRoleId
  98. //
  99. this.cobRoleId.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  100. this.cobRoleId.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  101. this.cobRoleId.FormattingEnabled = true;
  102. this.cobRoleId.Items.AddRange(new object[] {
  103. "管理员",
  104. "操作员"});
  105. this.cobRoleId.Location = new System.Drawing.Point(77, 78);
  106. this.cobRoleId.Name = "cobRoleId";
  107. this.cobRoleId.Size = new System.Drawing.Size(185, 26);
  108. this.cobRoleId.TabIndex = 27;
  109. //
  110. // btnCancel
  111. //
  112. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  113. this.btnCancel.Location = new System.Drawing.Point(315, 132);
  114. this.btnCancel.Name = "btnCancel";
  115. this.btnCancel.Size = new System.Drawing.Size(92, 32);
  116. this.btnCancel.TabIndex = 30;
  117. this.btnCancel.Text = "取消";
  118. this.btnCancel.UseVisualStyleBackColor = true;
  119. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  120. //
  121. // btnSave
  122. //
  123. this.btnSave.Location = new System.Drawing.Point(174, 132);
  124. this.btnSave.Name = "btnSave";
  125. this.btnSave.Size = new System.Drawing.Size(92, 32);
  126. this.btnSave.TabIndex = 31;
  127. this.btnSave.Text = "保存";
  128. this.btnSave.UseVisualStyleBackColor = true;
  129. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  130. //
  131. // FrmUserInfo
  132. //
  133. this.AcceptButton = this.btnSave;
  134. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  135. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  136. this.BackColor = System.Drawing.SystemColors.ActiveCaption;
  137. this.CancelButton = this.btnCancel;
  138. this.ClientSize = new System.Drawing.Size(571, 176);
  139. this.Controls.Add(this.btnCancel);
  140. this.Controls.Add(this.btnSave);
  141. this.Controls.Add(this.cobRoleId);
  142. this.Controls.Add(this.label5);
  143. this.Controls.Add(this.txtNote);
  144. this.Controls.Add(this.label3);
  145. this.Controls.Add(this.txtName);
  146. this.Controls.Add(this.label4);
  147. this.Controls.Add(this.txtCode);
  148. this.Controls.Add(this.label1);
  149. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  150. this.MaximizeBox = false;
  151. this.MinimizeBox = false;
  152. this.Name = "FrmUserInfo";
  153. this.ShowIcon = false;
  154. this.ShowInTaskbar = false;
  155. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  156. this.Text = "用户信息";
  157. this.Load += new System.EventHandler(this.FrmUserInfo_Load);
  158. this.ResumeLayout(false);
  159. this.PerformLayout();
  160. }
  161. #endregion
  162. private System.Windows.Forms.Label label5;
  163. private System.Windows.Forms.TextBox txtNote;
  164. private System.Windows.Forms.Label label3;
  165. private System.Windows.Forms.TextBox txtName;
  166. private System.Windows.Forms.Label label4;
  167. private System.Windows.Forms.TextBox txtCode;
  168. private System.Windows.Forms.Label label1;
  169. private System.Windows.Forms.ComboBox cobRoleId;
  170. private System.Windows.Forms.Button btnCancel;
  171. private System.Windows.Forms.Button btnSave;
  172. }
  173. }