ManageForm.Designer.cs 8.2 KB

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