版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

128 строки
5.1 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmRoleInfo
  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.txtName = new System.Windows.Forms.TextBox();
  29. this.label4 = new System.Windows.Forms.Label();
  30. this.btnCancel = new System.Windows.Forms.Button();
  31. this.btnSave = new System.Windows.Forms.Button();
  32. this.txtCode = new System.Windows.Forms.TextBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.SuspendLayout();
  35. //
  36. // txtName
  37. //
  38. this.txtName.Location = new System.Drawing.Point(74, 58);
  39. this.txtName.Name = "txtName";
  40. this.txtName.Size = new System.Drawing.Size(236, 28);
  41. this.txtName.TabIndex = 21;
  42. //
  43. // label4
  44. //
  45. this.label4.AutoSize = true;
  46. this.label4.Location = new System.Drawing.Point(24, 63);
  47. this.label4.Name = "label4";
  48. this.label4.Size = new System.Drawing.Size(44, 18);
  49. this.label4.TabIndex = 20;
  50. this.label4.Text = "名称";
  51. //
  52. // btnCancel
  53. //
  54. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  55. this.btnCancel.Location = new System.Drawing.Point(182, 97);
  56. this.btnCancel.Name = "btnCancel";
  57. this.btnCancel.Size = new System.Drawing.Size(92, 32);
  58. this.btnCancel.TabIndex = 28;
  59. this.btnCancel.Text = "取消";
  60. this.btnCancel.UseVisualStyleBackColor = true;
  61. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  62. //
  63. // btnSave
  64. //
  65. this.btnSave.Location = new System.Drawing.Point(74, 97);
  66. this.btnSave.Name = "btnSave";
  67. this.btnSave.Size = new System.Drawing.Size(92, 32);
  68. this.btnSave.TabIndex = 29;
  69. this.btnSave.Text = "保存";
  70. this.btnSave.UseVisualStyleBackColor = true;
  71. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  72. //
  73. // txtCode
  74. //
  75. this.txtCode.Location = new System.Drawing.Point(74, 24);
  76. this.txtCode.Name = "txtCode";
  77. this.txtCode.Size = new System.Drawing.Size(236, 28);
  78. this.txtCode.TabIndex = 31;
  79. //
  80. // label1
  81. //
  82. this.label1.AutoSize = true;
  83. this.label1.Location = new System.Drawing.Point(24, 29);
  84. this.label1.Name = "label1";
  85. this.label1.Size = new System.Drawing.Size(44, 18);
  86. this.label1.TabIndex = 30;
  87. this.label1.Text = "编号";
  88. //
  89. // FrmRoleInfo
  90. //
  91. this.AcceptButton = this.btnSave;
  92. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  93. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  94. this.BackColor = System.Drawing.SystemColors.ActiveCaption;
  95. this.CancelButton = this.btnCancel;
  96. this.ClientSize = new System.Drawing.Size(322, 141);
  97. this.Controls.Add(this.txtCode);
  98. this.Controls.Add(this.label1);
  99. this.Controls.Add(this.btnCancel);
  100. this.Controls.Add(this.btnSave);
  101. this.Controls.Add(this.txtName);
  102. this.Controls.Add(this.label4);
  103. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  104. this.MaximizeBox = false;
  105. this.MinimizeBox = false;
  106. this.Name = "FrmRoleInfo";
  107. this.ShowIcon = false;
  108. this.ShowInTaskbar = false;
  109. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  110. this.Text = "角色信息";
  111. this.Load += new System.EventHandler(this.FrmRoleInfo_Load);
  112. this.ResumeLayout(false);
  113. this.PerformLayout();
  114. }
  115. #endregion
  116. private System.Windows.Forms.TextBox txtName;
  117. private System.Windows.Forms.Label label4;
  118. private System.Windows.Forms.Button btnCancel;
  119. private System.Windows.Forms.Button btnSave;
  120. private System.Windows.Forms.TextBox txtCode;
  121. private System.Windows.Forms.Label label1;
  122. }
  123. }