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

165 строки
8.0 KiB

  1. namespace GeBoShi.UI.User
  2. {
  3. partial class NewRoleFrm
  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.txtCode = new System.Windows.Forms.TextBox();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.btnCancel = new System.Windows.Forms.Button();
  31. this.btnSave = new System.Windows.Forms.Button();
  32. this.txtName = new System.Windows.Forms.TextBox();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.log = new System.Windows.Forms.Label();
  35. this.uiTitel1 = new GeBoShi.UIKits.MaiMuMenu.UITitel_LT();
  36. this.SuspendLayout();
  37. //
  38. // txtCode
  39. //
  40. this.txtCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  41. this.txtCode.Location = new System.Drawing.Point(87, 50);
  42. this.txtCode.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  43. this.txtCode.Name = "txtCode";
  44. this.txtCode.Size = new System.Drawing.Size(137, 26);
  45. this.txtCode.TabIndex = 37;
  46. //
  47. // label1
  48. //
  49. this.label1.AutoSize = true;
  50. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.label1.ForeColor = System.Drawing.Color.White;
  52. this.label1.Location = new System.Drawing.Point(46, 53);
  53. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  54. this.label1.Name = "label1";
  55. this.label1.Size = new System.Drawing.Size(37, 20);
  56. this.label1.TabIndex = 36;
  57. this.label1.Text = "编号";
  58. //
  59. // btnCancel
  60. //
  61. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  62. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.btnCancel.Location = new System.Drawing.Point(159, 141);
  64. this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  65. this.btnCancel.Name = "btnCancel";
  66. this.btnCancel.Size = new System.Drawing.Size(65, 30);
  67. this.btnCancel.TabIndex = 34;
  68. this.btnCancel.Text = "取消";
  69. this.btnCancel.UseVisualStyleBackColor = true;
  70. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  71. //
  72. // btnSave
  73. //
  74. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.btnSave.Location = new System.Drawing.Point(87, 141);
  76. this.btnSave.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  77. this.btnSave.Name = "btnSave";
  78. this.btnSave.Size = new System.Drawing.Size(65, 30);
  79. this.btnSave.TabIndex = 35;
  80. this.btnSave.Text = "保存";
  81. this.btnSave.UseVisualStyleBackColor = true;
  82. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  83. //
  84. // txtName
  85. //
  86. this.txtName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.txtName.Location = new System.Drawing.Point(87, 92);
  88. this.txtName.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  89. this.txtName.Name = "txtName";
  90. this.txtName.Size = new System.Drawing.Size(137, 26);
  91. this.txtName.TabIndex = 33;
  92. //
  93. // label4
  94. //
  95. this.label4.AutoSize = true;
  96. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.label4.ForeColor = System.Drawing.Color.White;
  98. this.label4.Location = new System.Drawing.Point(46, 95);
  99. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  100. this.label4.Name = "label4";
  101. this.label4.Size = new System.Drawing.Size(37, 20);
  102. this.label4.TabIndex = 32;
  103. this.label4.Text = "名称";
  104. //
  105. // log
  106. //
  107. this.log.AutoSize = true;
  108. this.log.ForeColor = System.Drawing.Color.White;
  109. this.log.Location = new System.Drawing.Point(85, 123);
  110. this.log.Name = "log";
  111. this.log.Size = new System.Drawing.Size(41, 12);
  112. this.log.TabIndex = 38;
  113. this.log.Text = "label2";
  114. //
  115. // uiTitel1
  116. //
  117. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  118. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  119. this.uiTitel1.FatherForm = null;
  120. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  121. this.uiTitel1.Name = "uiTitel1";
  122. this.uiTitel1.Size = new System.Drawing.Size(296, 46);
  123. this.uiTitel1.TabIndex = 39;
  124. //
  125. // NewRoleFrm
  126. //
  127. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  128. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  129. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  130. this.ClientSize = new System.Drawing.Size(296, 183);
  131. this.Controls.Add(this.uiTitel1);
  132. this.Controls.Add(this.log);
  133. this.Controls.Add(this.txtCode);
  134. this.Controls.Add(this.label1);
  135. this.Controls.Add(this.btnCancel);
  136. this.Controls.Add(this.btnSave);
  137. this.Controls.Add(this.txtName);
  138. this.Controls.Add(this.label4);
  139. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  141. this.Name = "NewRoleFrm";
  142. this.ShowIcon = false;
  143. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  144. this.Text = "创建新权限";
  145. this.Load += new System.EventHandler(this.NewRoleFrm_Load);
  146. this.ResumeLayout(false);
  147. this.PerformLayout();
  148. }
  149. #endregion
  150. private System.Windows.Forms.TextBox txtCode;
  151. private System.Windows.Forms.Label label1;
  152. private System.Windows.Forms.Button btnCancel;
  153. private System.Windows.Forms.Button btnSave;
  154. private System.Windows.Forms.TextBox txtName;
  155. private System.Windows.Forms.Label label4;
  156. private System.Windows.Forms.Label log;
  157. private GeBoShi.UIKits.MaiMuMenu.UITitel_LT uiTitel1;
  158. }
  159. }