305 lines
17 KiB
C#
305 lines
17 KiB
C#
|
|
namespace CRVM
|
|||
|
|
{
|
|||
|
|
partial class SetDataStorageForm
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// Required designer variable.
|
|||
|
|
/// </summary>
|
|||
|
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Clean up any resources being used.
|
|||
|
|
/// </summary>
|
|||
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
|
protected override void Dispose(bool disposing)
|
|||
|
|
{
|
|||
|
|
if (disposing && (components != null))
|
|||
|
|
{
|
|||
|
|
components.Dispose();
|
|||
|
|
}
|
|||
|
|
base.Dispose(disposing);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#region Windows Form Designer generated code
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Required method for Designer support - do not modify
|
|||
|
|
/// the contents of this method with the code editor.
|
|||
|
|
/// </summary>
|
|||
|
|
private void InitializeComponent()
|
|||
|
|
{
|
|||
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetDataStorageForm));
|
|||
|
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
|
this.textBox_savePath = new System.Windows.Forms.TextBox();
|
|||
|
|
this.btn_selectSavePath = new System.Windows.Forms.Button();
|
|||
|
|
this.btn_ok = new System.Windows.Forms.Button();
|
|||
|
|
this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
|
|||
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|||
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|||
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|||
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|||
|
|
this.label8 = new System.Windows.Forms.Label();
|
|||
|
|
this.textBox_alarmSaveDays = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
|
this.textBox_noAlarmSaveDays = new System.Windows.Forms.TextBox();
|
|||
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|||
|
|
this.checkBox_datType = new System.Windows.Forms.CheckBox();
|
|||
|
|
this.checkBox_txtType = new System.Windows.Forms.CheckBox();
|
|||
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|||
|
|
this.bt_cancel = new System.Windows.Forms.Button();
|
|||
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|||
|
|
this.panel2.SuspendLayout();
|
|||
|
|
this.groupBox1.SuspendLayout();
|
|||
|
|
this.groupBox2.SuspendLayout();
|
|||
|
|
this.groupBox3.SuspendLayout();
|
|||
|
|
this.panel3.SuspendLayout();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// label1
|
|||
|
|
//
|
|||
|
|
this.label1.AutoSize = true;
|
|||
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.label1.Location = new System.Drawing.Point(41, 42);
|
|||
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
|
this.label1.Name = "label1";
|
|||
|
|
this.label1.Size = new System.Drawing.Size(78, 21);
|
|||
|
|
this.label1.TabIndex = 0;
|
|||
|
|
this.label1.Text = "选择目录:";
|
|||
|
|
//
|
|||
|
|
// textBox_savePath
|
|||
|
|
//
|
|||
|
|
this.textBox_savePath.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.textBox_savePath.Location = new System.Drawing.Point(127, 36);
|
|||
|
|
this.textBox_savePath.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|||
|
|
this.textBox_savePath.Name = "textBox_savePath";
|
|||
|
|
this.textBox_savePath.Size = new System.Drawing.Size(341, 33);
|
|||
|
|
this.textBox_savePath.TabIndex = 2;
|
|||
|
|
//
|
|||
|
|
// btn_selectSavePath
|
|||
|
|
//
|
|||
|
|
this.btn_selectSavePath.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.btn_selectSavePath.Location = new System.Drawing.Point(442, 36);
|
|||
|
|
this.btn_selectSavePath.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|||
|
|
this.btn_selectSavePath.Name = "btn_selectSavePath";
|
|||
|
|
this.btn_selectSavePath.Size = new System.Drawing.Size(26, 33);
|
|||
|
|
this.btn_selectSavePath.TabIndex = 3;
|
|||
|
|
this.btn_selectSavePath.Text = "…";
|
|||
|
|
this.btn_selectSavePath.UseVisualStyleBackColor = true;
|
|||
|
|
this.btn_selectSavePath.Click += new System.EventHandler(this.btn_selectSavePath_Click);
|
|||
|
|
//
|
|||
|
|
// btn_ok
|
|||
|
|
//
|
|||
|
|
this.btn_ok.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.btn_ok.Location = new System.Drawing.Point(414, 5);
|
|||
|
|
this.btn_ok.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|||
|
|
this.btn_ok.Name = "btn_ok";
|
|||
|
|
this.btn_ok.Size = new System.Drawing.Size(80, 35);
|
|||
|
|
this.btn_ok.TabIndex = 6;
|
|||
|
|
this.btn_ok.Text = " 确定";
|
|||
|
|
this.btn_ok.UseVisualStyleBackColor = true;
|
|||
|
|
this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
|
|||
|
|
//
|
|||
|
|
// tableLayoutPanel1
|
|||
|
|
//
|
|||
|
|
this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
|
|||
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|||
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|||
|
|
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
|
|||
|
|
this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 1);
|
|||
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|||
|
|
this.tableLayoutPanel1.RowCount = 2;
|
|||
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|||
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|||
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(523, 332);
|
|||
|
|
this.tableLayoutPanel1.TabIndex = 9;
|
|||
|
|
//
|
|||
|
|
// panel2
|
|||
|
|
//
|
|||
|
|
this.panel2.Controls.Add(this.groupBox1);
|
|||
|
|
this.panel2.Controls.Add(this.groupBox2);
|
|||
|
|
this.panel2.Controls.Add(this.groupBox3);
|
|||
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.panel2.Location = new System.Drawing.Point(4, 4);
|
|||
|
|
this.panel2.Name = "panel2";
|
|||
|
|
this.panel2.Size = new System.Drawing.Size(515, 273);
|
|||
|
|
this.panel2.TabIndex = 4;
|
|||
|
|
//
|
|||
|
|
// groupBox1
|
|||
|
|
//
|
|||
|
|
this.groupBox1.Controls.Add(this.label1);
|
|||
|
|
this.groupBox1.Controls.Add(this.btn_selectSavePath);
|
|||
|
|
this.groupBox1.Controls.Add(this.textBox_savePath);
|
|||
|
|
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.groupBox1.Location = new System.Drawing.Point(8, 164);
|
|||
|
|
this.groupBox1.Name = "groupBox1";
|
|||
|
|
this.groupBox1.Size = new System.Drawing.Size(501, 100);
|
|||
|
|
this.groupBox1.TabIndex = 14;
|
|||
|
|
this.groupBox1.TabStop = false;
|
|||
|
|
this.groupBox1.Text = "存储路径";
|
|||
|
|
//
|
|||
|
|
// groupBox2
|
|||
|
|
//
|
|||
|
|
this.groupBox2.Controls.Add(this.label8);
|
|||
|
|
this.groupBox2.Controls.Add(this.textBox_alarmSaveDays);
|
|||
|
|
this.groupBox2.Controls.Add(this.label5);
|
|||
|
|
this.groupBox2.Controls.Add(this.textBox_noAlarmSaveDays);
|
|||
|
|
this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.groupBox2.Location = new System.Drawing.Point(259, 8);
|
|||
|
|
this.groupBox2.Name = "groupBox2";
|
|||
|
|
this.groupBox2.Size = new System.Drawing.Size(250, 150);
|
|||
|
|
this.groupBox2.TabIndex = 13;
|
|||
|
|
this.groupBox2.TabStop = false;
|
|||
|
|
this.groupBox2.Text = "存储时间(天)";
|
|||
|
|
//
|
|||
|
|
// label8
|
|||
|
|
//
|
|||
|
|
this.label8.AutoSize = true;
|
|||
|
|
this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.label8.Location = new System.Drawing.Point(10, 48);
|
|||
|
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
|
this.label8.Name = "label8";
|
|||
|
|
this.label8.Size = new System.Drawing.Size(136, 21);
|
|||
|
|
this.label8.TabIndex = 9;
|
|||
|
|
this.label8.Text = "存储时间(有报警):";
|
|||
|
|
//
|
|||
|
|
// textBox_alarmSaveDays
|
|||
|
|
//
|
|||
|
|
this.textBox_alarmSaveDays.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.textBox_alarmSaveDays.Location = new System.Drawing.Point(147, 44);
|
|||
|
|
this.textBox_alarmSaveDays.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|||
|
|
this.textBox_alarmSaveDays.Name = "textBox_alarmSaveDays";
|
|||
|
|
this.textBox_alarmSaveDays.Size = new System.Drawing.Size(88, 29);
|
|||
|
|
this.textBox_alarmSaveDays.TabIndex = 4;
|
|||
|
|
//
|
|||
|
|
// label5
|
|||
|
|
//
|
|||
|
|
this.label5.AutoSize = true;
|
|||
|
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.label5.Location = new System.Drawing.Point(10, 93);
|
|||
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
|
this.label5.Name = "label5";
|
|||
|
|
this.label5.Size = new System.Drawing.Size(136, 21);
|
|||
|
|
this.label5.TabIndex = 9;
|
|||
|
|
this.label5.Text = "存储时间(无报警):";
|
|||
|
|
//
|
|||
|
|
// textBox_noAlarmSaveDays
|
|||
|
|
//
|
|||
|
|
this.textBox_noAlarmSaveDays.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.textBox_noAlarmSaveDays.Location = new System.Drawing.Point(147, 90);
|
|||
|
|
this.textBox_noAlarmSaveDays.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|||
|
|
this.textBox_noAlarmSaveDays.Name = "textBox_noAlarmSaveDays";
|
|||
|
|
this.textBox_noAlarmSaveDays.Size = new System.Drawing.Size(88, 29);
|
|||
|
|
this.textBox_noAlarmSaveDays.TabIndex = 4;
|
|||
|
|
//
|
|||
|
|
// groupBox3
|
|||
|
|
//
|
|||
|
|
this.groupBox3.Controls.Add(this.checkBox_datType);
|
|||
|
|
this.groupBox3.Controls.Add(this.checkBox_txtType);
|
|||
|
|
this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.groupBox3.Location = new System.Drawing.Point(8, 8);
|
|||
|
|
this.groupBox3.Name = "groupBox3";
|
|||
|
|
this.groupBox3.Size = new System.Drawing.Size(250, 150);
|
|||
|
|
this.groupBox3.TabIndex = 12;
|
|||
|
|
this.groupBox3.TabStop = false;
|
|||
|
|
this.groupBox3.Text = "存储类型";
|
|||
|
|
//
|
|||
|
|
// checkBox_datType
|
|||
|
|
//
|
|||
|
|
this.checkBox_datType.AutoSize = true;
|
|||
|
|
this.checkBox_datType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.checkBox_datType.Location = new System.Drawing.Point(56, 92);
|
|||
|
|
this.checkBox_datType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|||
|
|
this.checkBox_datType.Name = "checkBox_datType";
|
|||
|
|
this.checkBox_datType.Size = new System.Drawing.Size(148, 25);
|
|||
|
|
this.checkBox_datType.TabIndex = 1;
|
|||
|
|
this.checkBox_datType.Text = "二进制文件(.dat)";
|
|||
|
|
this.checkBox_datType.UseVisualStyleBackColor = true;
|
|||
|
|
this.checkBox_datType.CheckedChanged += new System.EventHandler(this.checkBox_datType_CheckedChanged);
|
|||
|
|
//
|
|||
|
|
// checkBox_txtType
|
|||
|
|
//
|
|||
|
|
this.checkBox_txtType.AutoSize = true;
|
|||
|
|
this.checkBox_txtType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.checkBox_txtType.Location = new System.Drawing.Point(56, 46);
|
|||
|
|
this.checkBox_txtType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|||
|
|
this.checkBox_txtType.Name = "checkBox_txtType";
|
|||
|
|
this.checkBox_txtType.Size = new System.Drawing.Size(127, 25);
|
|||
|
|
this.checkBox_txtType.TabIndex = 0;
|
|||
|
|
this.checkBox_txtType.Text = "文本文件(.txt)";
|
|||
|
|
this.checkBox_txtType.UseVisualStyleBackColor = true;
|
|||
|
|
this.checkBox_txtType.CheckedChanged += new System.EventHandler(this.checkBox_txtType_CheckedChanged);
|
|||
|
|
//
|
|||
|
|
// panel3
|
|||
|
|
//
|
|||
|
|
this.panel3.Controls.Add(this.btn_ok);
|
|||
|
|
this.panel3.Controls.Add(this.bt_cancel);
|
|||
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.panel3.Location = new System.Drawing.Point(4, 284);
|
|||
|
|
this.panel3.Name = "panel3";
|
|||
|
|
this.panel3.Size = new System.Drawing.Size(515, 44);
|
|||
|
|
this.panel3.TabIndex = 5;
|
|||
|
|
//
|
|||
|
|
// bt_cancel
|
|||
|
|
//
|
|||
|
|
this.bt_cancel.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.bt_cancel.Location = new System.Drawing.Point(330, 5);
|
|||
|
|
this.bt_cancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|||
|
|
this.bt_cancel.Name = "bt_cancel";
|
|||
|
|
this.bt_cancel.Size = new System.Drawing.Size(80, 35);
|
|||
|
|
this.bt_cancel.TabIndex = 5;
|
|||
|
|
this.bt_cancel.Text = "取消";
|
|||
|
|
this.bt_cancel.UseVisualStyleBackColor = true;
|
|||
|
|
this.bt_cancel.Click += new System.EventHandler(this.bt_cancel_Click);
|
|||
|
|
//
|
|||
|
|
// SetDataStorageForm
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(523, 332);
|
|||
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|||
|
|
this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|||
|
|
this.MaximizeBox = false;
|
|||
|
|
this.MinimizeBox = false;
|
|||
|
|
this.Name = "SetDataStorageForm";
|
|||
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
|
this.Text = "文件存储";
|
|||
|
|
this.Load += new System.EventHandler(this.SetDataStorageForm_Load);
|
|||
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|||
|
|
this.panel2.ResumeLayout(false);
|
|||
|
|
this.groupBox1.ResumeLayout(false);
|
|||
|
|
this.groupBox1.PerformLayout();
|
|||
|
|
this.groupBox2.ResumeLayout(false);
|
|||
|
|
this.groupBox2.PerformLayout();
|
|||
|
|
this.groupBox3.ResumeLayout(false);
|
|||
|
|
this.groupBox3.PerformLayout();
|
|||
|
|
this.panel3.ResumeLayout(false);
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.Label label1;
|
|||
|
|
private System.Windows.Forms.TextBox textBox_savePath;
|
|||
|
|
private System.Windows.Forms.Button btn_selectSavePath;
|
|||
|
|
private System.Windows.Forms.Button btn_ok;
|
|||
|
|
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog;
|
|||
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|||
|
|
private System.Windows.Forms.Panel panel2;
|
|||
|
|
private System.Windows.Forms.Panel panel3;
|
|||
|
|
private System.Windows.Forms.Button bt_cancel;
|
|||
|
|
private System.Windows.Forms.TextBox textBox_alarmSaveDays;
|
|||
|
|
private System.Windows.Forms.TextBox textBox_noAlarmSaveDays;
|
|||
|
|
private System.Windows.Forms.Label label5;
|
|||
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|||
|
|
private System.Windows.Forms.Label label8;
|
|||
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|||
|
|
private System.Windows.Forms.CheckBox checkBox_datType;
|
|||
|
|
private System.Windows.Forms.CheckBox checkBox_txtType;
|
|||
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|||
|
|
}
|
|||
|
|
}
|