ManageForm.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  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.groupBox_File = new System.Windows.Forms.GroupBox();
  30. this.textBox_LocalPath = new System.Windows.Forms.TextBox();
  31. this.comboBox_Date = new System.Windows.Forms.ComboBox();
  32. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  33. this.listBox_File = new System.Windows.Forms.ListBox();
  34. this.button_SetPath = new System.Windows.Forms.Button();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.button_Delete = new System.Windows.Forms.Button();
  37. this.button_OpenFile = new System.Windows.Forms.Button();
  38. this.groupBox_File.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // groupBox_File
  42. //
  43. this.groupBox_File.Controls.Add(this.textBox_LocalPath);
  44. this.groupBox_File.Controls.Add(this.comboBox_Date);
  45. this.groupBox_File.Controls.Add(this.richTextBox1);
  46. this.groupBox_File.Controls.Add(this.listBox_File);
  47. this.groupBox_File.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  48. this.groupBox_File.Location = new System.Drawing.Point(12, 12);
  49. this.groupBox_File.Name = "groupBox_File";
  50. this.groupBox_File.Size = new System.Drawing.Size(669, 517);
  51. this.groupBox_File.TabIndex = 10;
  52. this.groupBox_File.TabStop = false;
  53. this.groupBox_File.Text = "可用配置文件";
  54. //
  55. // textBox_LocalPath
  56. //
  57. this.textBox_LocalPath.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  58. this.textBox_LocalPath.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  59. this.textBox_LocalPath.Location = new System.Drawing.Point(133, 28);
  60. this.textBox_LocalPath.Name = "textBox_LocalPath";
  61. this.textBox_LocalPath.Size = new System.Drawing.Size(530, 29);
  62. this.textBox_LocalPath.TabIndex = 3;
  63. this.textBox_LocalPath.Click += new System.EventHandler(this.textBox_LocalPath_Click);
  64. //
  65. // comboBox_Date
  66. //
  67. this.comboBox_Date.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  68. this.comboBox_Date.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  69. this.comboBox_Date.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  70. this.comboBox_Date.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  71. this.comboBox_Date.FormattingEnabled = true;
  72. this.comboBox_Date.Location = new System.Drawing.Point(6, 28);
  73. this.comboBox_Date.Name = "comboBox_Date";
  74. this.comboBox_Date.Size = new System.Drawing.Size(121, 29);
  75. this.comboBox_Date.TabIndex = 2;
  76. this.comboBox_Date.SelectionChangeCommitted += new System.EventHandler(this.comboBox_Date_SelectionChangeCommitted);
  77. //
  78. // richTextBox1
  79. //
  80. this.richTextBox1.BackColor = System.Drawing.Color.White;
  81. this.richTextBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  82. this.richTextBox1.Location = new System.Drawing.Point(6, 70);
  83. this.richTextBox1.Name = "richTextBox1";
  84. this.richTextBox1.ReadOnly = true;
  85. this.richTextBox1.Size = new System.Drawing.Size(657, 422);
  86. this.richTextBox1.TabIndex = 1;
  87. this.richTextBox1.Text = "";
  88. //
  89. // listBox_File
  90. //
  91. this.listBox_File.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  92. this.listBox_File.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  93. this.listBox_File.FormattingEnabled = true;
  94. this.listBox_File.ItemHeight = 21;
  95. this.listBox_File.Location = new System.Drawing.Point(6, 70);
  96. this.listBox_File.Name = "listBox_File";
  97. this.listBox_File.Size = new System.Drawing.Size(657, 422);
  98. this.listBox_File.TabIndex = 0;
  99. //
  100. // button_SetPath
  101. //
  102. this.button_SetPath.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  103. this.button_SetPath.ForeColor = System.Drawing.Color.White;
  104. this.button_SetPath.Location = new System.Drawing.Point(696, 28);
  105. this.button_SetPath.Name = "button_SetPath";
  106. this.button_SetPath.Size = new System.Drawing.Size(75, 50);
  107. this.button_SetPath.TabIndex = 4;
  108. this.button_SetPath.Text = "路径\r\n设置";
  109. this.button_SetPath.UseVisualStyleBackColor = false;
  110. this.button_SetPath.Click += new System.EventHandler(this.button_SetPath_Click);
  111. //
  112. // label2
  113. //
  114. this.label2.AutoSize = true;
  115. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  117. this.label2.Location = new System.Drawing.Point(8, 532);
  118. this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  119. this.label2.Name = "label2";
  120. this.label2.Size = new System.Drawing.Size(423, 21);
  121. this.label2.TabIndex = 14;
  122. this.label2.Text = "Copyright © 2022 MOTINOVA Inc. All Rights Reserved";
  123. //
  124. // button_Delete
  125. //
  126. this.button_Delete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  127. this.button_Delete.ForeColor = System.Drawing.Color.White;
  128. this.button_Delete.Location = new System.Drawing.Point(696, 234);
  129. this.button_Delete.Name = "button_Delete";
  130. this.button_Delete.Size = new System.Drawing.Size(75, 50);
  131. this.button_Delete.TabIndex = 12;
  132. this.button_Delete.Text = "删除";
  133. this.button_Delete.UseVisualStyleBackColor = false;
  134. this.button_Delete.Click += new System.EventHandler(this.button_Delete_Click);
  135. //
  136. // button_OpenFile
  137. //
  138. this.button_OpenFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  139. this.button_OpenFile.ForeColor = System.Drawing.Color.White;
  140. this.button_OpenFile.Location = new System.Drawing.Point(696, 131);
  141. this.button_OpenFile.Name = "button_OpenFile";
  142. this.button_OpenFile.Size = new System.Drawing.Size(75, 50);
  143. this.button_OpenFile.TabIndex = 12;
  144. this.button_OpenFile.Text = "查看";
  145. this.button_OpenFile.UseVisualStyleBackColor = false;
  146. this.button_OpenFile.Visible = false;
  147. this.button_OpenFile.Click += new System.EventHandler(this.button_OpenFile_Click);
  148. //
  149. // ManageForm
  150. //
  151. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  152. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  153. this.BackColor = System.Drawing.Color.White;
  154. this.ClientSize = new System.Drawing.Size(784, 562);
  155. this.Controls.Add(this.button_SetPath);
  156. this.Controls.Add(this.label2);
  157. this.Controls.Add(this.button_OpenFile);
  158. this.Controls.Add(this.button_Delete);
  159. this.Controls.Add(this.groupBox_File);
  160. this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  162. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  163. this.Margin = new System.Windows.Forms.Padding(5);
  164. this.MaximizeBox = false;
  165. this.Name = "ManageForm";
  166. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  167. this.Text = "本地管理";
  168. this.Load += new System.EventHandler(this.ManageForm_Load);
  169. this.groupBox_File.ResumeLayout(false);
  170. this.groupBox_File.PerformLayout();
  171. this.ResumeLayout(false);
  172. this.PerformLayout();
  173. }
  174. #endregion
  175. private System.Windows.Forms.GroupBox groupBox_File;
  176. private System.Windows.Forms.ListBox listBox_File;
  177. private System.Windows.Forms.Label label2;
  178. private System.Windows.Forms.Button button_Delete;
  179. private System.Windows.Forms.RichTextBox richTextBox1;
  180. private System.Windows.Forms.Button button_OpenFile;
  181. private System.Windows.Forms.ComboBox comboBox_Date;
  182. private System.Windows.Forms.Button button_SetPath;
  183. public System.Windows.Forms.TextBox textBox_LocalPath;
  184. }
  185. }