ManageForm.Designer.cs 10 KB

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