namespace MOTINOVA_Motor_Factory_Set { partial class ManageForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ManageForm)); this.groupBox_File = new System.Windows.Forms.GroupBox(); this.textBox_LocalPath = new System.Windows.Forms.TextBox(); this.comboBox_Date = new System.Windows.Forms.ComboBox(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.listBox_File = new System.Windows.Forms.ListBox(); this.button_SetPath = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.button_Delete = new System.Windows.Forms.Button(); this.button_OpenFile = new System.Windows.Forms.Button(); this.groupBox_File.SuspendLayout(); this.SuspendLayout(); // // groupBox_File // this.groupBox_File.Controls.Add(this.textBox_LocalPath); this.groupBox_File.Controls.Add(this.comboBox_Date); this.groupBox_File.Controls.Add(this.richTextBox1); this.groupBox_File.Controls.Add(this.listBox_File); this.groupBox_File.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.groupBox_File.Location = new System.Drawing.Point(12, 12); this.groupBox_File.Name = "groupBox_File"; this.groupBox_File.Size = new System.Drawing.Size(669, 517); this.groupBox_File.TabIndex = 10; this.groupBox_File.TabStop = false; this.groupBox_File.Text = "可用配置文件"; // // textBox_LocalPath // this.textBox_LocalPath.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.textBox_LocalPath.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.textBox_LocalPath.Location = new System.Drawing.Point(133, 28); this.textBox_LocalPath.Name = "textBox_LocalPath"; this.textBox_LocalPath.Size = new System.Drawing.Size(530, 29); this.textBox_LocalPath.TabIndex = 3; this.textBox_LocalPath.Click += new System.EventHandler(this.textBox_LocalPath_Click); // // comboBox_Date // this.comboBox_Date.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.comboBox_Date.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox_Date.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.comboBox_Date.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.comboBox_Date.FormattingEnabled = true; this.comboBox_Date.Location = new System.Drawing.Point(6, 28); this.comboBox_Date.Name = "comboBox_Date"; this.comboBox_Date.Size = new System.Drawing.Size(121, 29); this.comboBox_Date.TabIndex = 2; this.comboBox_Date.SelectionChangeCommitted += new System.EventHandler(this.comboBox_Date_SelectionChangeCommitted); // // richTextBox1 // this.richTextBox1.BackColor = System.Drawing.Color.White; this.richTextBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.richTextBox1.Location = new System.Drawing.Point(6, 70); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.ReadOnly = true; this.richTextBox1.Size = new System.Drawing.Size(657, 422); this.richTextBox1.TabIndex = 1; this.richTextBox1.Text = ""; // // listBox_File // this.listBox_File.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.listBox_File.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.listBox_File.FormattingEnabled = true; this.listBox_File.ItemHeight = 21; this.listBox_File.Location = new System.Drawing.Point(6, 70); this.listBox_File.Name = "listBox_File"; this.listBox_File.Size = new System.Drawing.Size(657, 422); this.listBox_File.TabIndex = 0; // // button_SetPath // this.button_SetPath.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.button_SetPath.ForeColor = System.Drawing.Color.White; this.button_SetPath.Location = new System.Drawing.Point(696, 28); this.button_SetPath.Name = "button_SetPath"; this.button_SetPath.Size = new System.Drawing.Size(75, 50); this.button_SetPath.TabIndex = 4; this.button_SetPath.Text = "路径\r\n设置"; this.button_SetPath.UseVisualStyleBackColor = false; this.button_SetPath.Click += new System.EventHandler(this.button_SetPath_Click); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.label2.Location = new System.Drawing.Point(8, 532); this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(423, 21); this.label2.TabIndex = 14; this.label2.Text = "Copyright © 2022 MOTINOVA Inc. All Rights Reserved"; // // button_Delete // this.button_Delete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.button_Delete.ForeColor = System.Drawing.Color.White; this.button_Delete.Location = new System.Drawing.Point(696, 234); this.button_Delete.Name = "button_Delete"; this.button_Delete.Size = new System.Drawing.Size(75, 50); this.button_Delete.TabIndex = 12; this.button_Delete.Text = "删除"; this.button_Delete.UseVisualStyleBackColor = false; this.button_Delete.Click += new System.EventHandler(this.button_Delete_Click); // // button_OpenFile // this.button_OpenFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.button_OpenFile.ForeColor = System.Drawing.Color.White; this.button_OpenFile.Location = new System.Drawing.Point(696, 131); this.button_OpenFile.Name = "button_OpenFile"; this.button_OpenFile.Size = new System.Drawing.Size(75, 50); this.button_OpenFile.TabIndex = 12; this.button_OpenFile.Text = "查看"; this.button_OpenFile.UseVisualStyleBackColor = false; this.button_OpenFile.Visible = false; this.button_OpenFile.Click += new System.EventHandler(this.button_OpenFile_Click); // // ManageForm // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(784, 562); this.Controls.Add(this.button_SetPath); this.Controls.Add(this.label2); this.Controls.Add(this.button_OpenFile); this.Controls.Add(this.button_Delete); this.Controls.Add(this.groupBox_File); this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(5); this.MaximizeBox = false; this.Name = "ManageForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "本地管理"; this.Load += new System.EventHandler(this.ManageForm_Load); this.groupBox_File.ResumeLayout(false); this.groupBox_File.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox_File; private System.Windows.Forms.ListBox listBox_File; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button_Delete; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.Button button_OpenFile; private System.Windows.Forms.ComboBox comboBox_Date; private System.Windows.Forms.Button button_SetPath; public System.Windows.Forms.TextBox textBox_LocalPath; } }