ManageForm.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. namespace MOTINOVA_Motor_Factory_Set
  2. {
  3. partial class ManageForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ManageForm));
  29. this.textBox_Pwd = new System.Windows.Forms.TextBox();
  30. this.groupBox_Pwd = new System.Windows.Forms.GroupBox();
  31. this.button_Enter = new System.Windows.Forms.Button();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.groupBox_File = new System.Windows.Forms.GroupBox();
  34. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  35. this.listBox_File = new System.Windows.Forms.ListBox();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.button_Delete = new System.Windows.Forms.Button();
  38. this.button_OpenFile = new System.Windows.Forms.Button();
  39. this.groupBox_Pwd.SuspendLayout();
  40. this.groupBox_File.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // textBox_Pwd
  44. //
  45. this.textBox_Pwd.Location = new System.Drawing.Point(63, 44);
  46. this.textBox_Pwd.Name = "textBox_Pwd";
  47. this.textBox_Pwd.Size = new System.Drawing.Size(175, 29);
  48. this.textBox_Pwd.TabIndex = 4;
  49. this.textBox_Pwd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  50. this.textBox_Pwd.UseSystemPasswordChar = true;
  51. //
  52. // groupBox_Pwd
  53. //
  54. this.groupBox_Pwd.BackColor = System.Drawing.Color.White;
  55. this.groupBox_Pwd.Controls.Add(this.button_Enter);
  56. this.groupBox_Pwd.Controls.Add(this.label1);
  57. this.groupBox_Pwd.Controls.Add(this.textBox_Pwd);
  58. this.groupBox_Pwd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  59. this.groupBox_Pwd.Location = new System.Drawing.Point(227, 202);
  60. this.groupBox_Pwd.Name = "groupBox_Pwd";
  61. this.groupBox_Pwd.Size = new System.Drawing.Size(320, 100);
  62. this.groupBox_Pwd.TabIndex = 10;
  63. this.groupBox_Pwd.TabStop = false;
  64. this.groupBox_Pwd.Text = "请输入管理员密码";
  65. //
  66. // button_Enter
  67. //
  68. this.button_Enter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  69. this.button_Enter.ForeColor = System.Drawing.Color.White;
  70. this.button_Enter.Location = new System.Drawing.Point(248, 38);
  71. this.button_Enter.Name = "button_Enter";
  72. this.button_Enter.Size = new System.Drawing.Size(60, 40);
  73. this.button_Enter.TabIndex = 12;
  74. this.button_Enter.Text = "进入";
  75. this.button_Enter.UseVisualStyleBackColor = false;
  76. this.button_Enter.Click += new System.EventHandler(this.button_Enter_Click);
  77. //
  78. // label1
  79. //
  80. this.label1.AutoSize = true;
  81. this.label1.Location = new System.Drawing.Point(15, 48);
  82. this.label1.Name = "label1";
  83. this.label1.Size = new System.Drawing.Size(42, 21);
  84. this.label1.TabIndex = 11;
  85. this.label1.Text = "密码";
  86. //
  87. // groupBox_File
  88. //
  89. this.groupBox_File.Controls.Add(this.richTextBox1);
  90. this.groupBox_File.Controls.Add(this.listBox_File);
  91. this.groupBox_File.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  92. this.groupBox_File.Location = new System.Drawing.Point(12, 12);
  93. this.groupBox_File.Name = "groupBox_File";
  94. this.groupBox_File.Size = new System.Drawing.Size(669, 517);
  95. this.groupBox_File.TabIndex = 10;
  96. this.groupBox_File.TabStop = false;
  97. this.groupBox_File.Text = "可用配置文件";
  98. //
  99. // richTextBox1
  100. //
  101. this.richTextBox1.BackColor = System.Drawing.Color.White;
  102. this.richTextBox1.Location = new System.Drawing.Point(7, 29);
  103. this.richTextBox1.Name = "richTextBox1";
  104. this.richTextBox1.ReadOnly = true;
  105. this.richTextBox1.Size = new System.Drawing.Size(649, 463);
  106. this.richTextBox1.TabIndex = 1;
  107. this.richTextBox1.Text = "";
  108. this.richTextBox1.Visible = false;
  109. //
  110. // listBox_File
  111. //
  112. this.listBox_File.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  113. this.listBox_File.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  114. this.listBox_File.FormattingEnabled = true;
  115. this.listBox_File.ItemHeight = 21;
  116. this.listBox_File.Location = new System.Drawing.Point(6, 28);
  117. this.listBox_File.Name = "listBox_File";
  118. this.listBox_File.Size = new System.Drawing.Size(650, 464);
  119. this.listBox_File.TabIndex = 0;
  120. //
  121. // label2
  122. //
  123. this.label2.AutoSize = true;
  124. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  126. this.label2.Location = new System.Drawing.Point(8, 532);
  127. this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  128. this.label2.Name = "label2";
  129. this.label2.Size = new System.Drawing.Size(423, 21);
  130. this.label2.TabIndex = 14;
  131. this.label2.Text = "Copyright © 2021 MOTINOVA Inc. All Rights Reserved";
  132. //
  133. // button_Delete
  134. //
  135. this.button_Delete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  136. this.button_Delete.ForeColor = System.Drawing.Color.White;
  137. this.button_Delete.Location = new System.Drawing.Point(696, 235);
  138. this.button_Delete.Name = "button_Delete";
  139. this.button_Delete.Size = new System.Drawing.Size(75, 50);
  140. this.button_Delete.TabIndex = 12;
  141. this.button_Delete.Text = "删除";
  142. this.button_Delete.UseVisualStyleBackColor = false;
  143. this.button_Delete.Click += new System.EventHandler(this.button_Delete_Click);
  144. //
  145. // button_OpenFile
  146. //
  147. this.button_OpenFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  148. this.button_OpenFile.ForeColor = System.Drawing.Color.White;
  149. this.button_OpenFile.Location = new System.Drawing.Point(696, 145);
  150. this.button_OpenFile.Name = "button_OpenFile";
  151. this.button_OpenFile.Size = new System.Drawing.Size(75, 50);
  152. this.button_OpenFile.TabIndex = 12;
  153. this.button_OpenFile.Text = "查看";
  154. this.button_OpenFile.UseVisualStyleBackColor = false;
  155. this.button_OpenFile.Visible = false;
  156. this.button_OpenFile.Click += new System.EventHandler(this.button_OpenFile_Click);
  157. //
  158. // ManageForm
  159. //
  160. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  161. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  162. this.BackColor = System.Drawing.Color.White;
  163. this.ClientSize = new System.Drawing.Size(784, 562);
  164. this.Controls.Add(this.label2);
  165. this.Controls.Add(this.button_OpenFile);
  166. this.Controls.Add(this.button_Delete);
  167. this.Controls.Add(this.groupBox_Pwd);
  168. this.Controls.Add(this.groupBox_File);
  169. this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  171. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  172. this.Margin = new System.Windows.Forms.Padding(5);
  173. this.MaximizeBox = false;
  174. this.Name = "ManageForm";
  175. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  176. this.Text = "文件管理";
  177. this.Load += new System.EventHandler(this.ManageForm_Load);
  178. this.groupBox_Pwd.ResumeLayout(false);
  179. this.groupBox_Pwd.PerformLayout();
  180. this.groupBox_File.ResumeLayout(false);
  181. this.ResumeLayout(false);
  182. this.PerformLayout();
  183. }
  184. #endregion
  185. private System.Windows.Forms.TextBox textBox_Pwd;
  186. private System.Windows.Forms.GroupBox groupBox_Pwd;
  187. private System.Windows.Forms.Label label1;
  188. private System.Windows.Forms.Button button_Enter;
  189. private System.Windows.Forms.GroupBox groupBox_File;
  190. private System.Windows.Forms.ListBox listBox_File;
  191. private System.Windows.Forms.Label label2;
  192. private System.Windows.Forms.Button button_Delete;
  193. private System.Windows.Forms.RichTextBox richTextBox1;
  194. private System.Windows.Forms.Button button_OpenFile;
  195. }
  196. }