using System;
namespace SmartCoalApplication.MeasureProcedure
{
partial class FileNamingRules
{
///
/// 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()
{
this.listNames = new System.Windows.Forms.ListBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btn_Del = new System.Windows.Forms.Button();
this.btn_Save = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.groupBox19 = new System.Windows.Forms.GroupBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label29 = new System.Windows.Forms.Label();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.textBox8 = new System.Windows.Forms.TextBox();
this.textBox7 = new System.Windows.Forms.TextBox();
this.label31 = new System.Windows.Forms.Label();
this.label30 = new System.Windows.Forms.Label();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.textBox3 = new System.Windows.Forms.TextBox();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label15 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.textBox4 = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.listView1 = new System.Windows.Forms.ListView();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2.SuspendLayout();
this.groupBox19.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// listNames
//
this.listNames.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.listNames.FormattingEnabled = true;
this.listNames.ItemHeight = 18;
this.listNames.Location = new System.Drawing.Point(12, 8);
this.listNames.Name = "listNames";
this.listNames.Size = new System.Drawing.Size(188, 598);
this.listNames.TabIndex = 1;
this.listNames.SelectedIndexChanged += new System.EventHandler(this.listNames_SelectedChange);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btn_Del);
this.groupBox2.Controls.Add(this.btn_Save);
this.groupBox2.Controls.Add(this.button2);
this.groupBox2.Controls.Add(this.button1);
this.groupBox2.Location = new System.Drawing.Point(206, 8);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(394, 58);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "操作";
//
// btn_Del
//
this.btn_Del.Location = new System.Drawing.Point(71, 20);
this.btn_Del.Name = "btn_Del";
this.btn_Del.Size = new System.Drawing.Size(75, 23);
this.btn_Del.TabIndex = 11;
this.btn_Del.Text = "删除";
this.btn_Del.UseVisualStyleBackColor = true;
this.btn_Del.Click += new System.EventHandler(this.btn_Del_Click);
//
// btn_Save
//
this.btn_Save.Location = new System.Drawing.Point(151, 20);
this.btn_Save.Name = "btn_Save";
this.btn_Save.Size = new System.Drawing.Size(75, 23);
this.btn_Save.TabIndex = 2;
this.btn_Save.Text = "保存";
this.btn_Save.UseVisualStyleBackColor = true;
this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(313, 20);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 1;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(232, 20);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "新增";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// groupBox19
//
this.groupBox19.Controls.Add(this.textBox1);
this.groupBox19.Controls.Add(this.label29);
this.groupBox19.Location = new System.Drawing.Point(206, 82);
this.groupBox19.Name = "groupBox19";
this.groupBox19.Size = new System.Drawing.Size(394, 58);
this.groupBox19.TabIndex = 50;
this.groupBox19.TabStop = false;
this.groupBox19.Text = "當前使用";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(71, 19);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(236, 28);
this.textBox1.TabIndex = 1;
//
// label29
//
this.label29.AutoSize = true;
this.label29.Location = new System.Drawing.Point(30, 23);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(62, 18);
this.label29.TabIndex = 0;
this.label29.Text = "名稱:";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.textBox8);
this.groupBox5.Controls.Add(this.textBox7);
this.groupBox5.Controls.Add(this.label31);
this.groupBox5.Controls.Add(this.label30);
this.groupBox5.Controls.Add(this.radioButton2);
this.groupBox5.Controls.Add(this.textBox3);
this.groupBox5.Controls.Add(this.radioButton1);
this.groupBox5.Controls.Add(this.comboBox1);
this.groupBox5.Controls.Add(this.label15);
this.groupBox5.Controls.Add(this.textBox2);
this.groupBox5.Controls.Add(this.label14);
this.groupBox5.Controls.Add(this.textBox4);
this.groupBox5.Controls.Add(this.label13);
this.groupBox5.Controls.Add(this.listView1);
this.groupBox5.Location = new System.Drawing.Point(206, 210);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(394, 408);
this.groupBox5.TabIndex = 51;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "信息";
//
// textBox8
//
this.textBox8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.textBox8.Location = new System.Drawing.Point(280, 65);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(108, 28);
this.textBox8.TabIndex = 16;
this.textBox8.TextChanged += new System.EventHandler(this.text_change);
//
// textBox7
//
this.textBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.textBox7.Location = new System.Drawing.Point(280, 40);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(108, 28);
this.textBox7.TabIndex = 15;
this.textBox7.TextChanged += new System.EventHandler(this.text_change);
//
// label31
//
this.label31.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.label31.AutoSize = true;
this.label31.Location = new System.Drawing.Point(241, 68);
this.label31.Name = "label31";
this.label31.Size = new System.Drawing.Size(44, 18);
this.label31.TabIndex = 14;
this.label31.Text = "Z2:";
//
// label30
//
this.label30.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.label30.AutoSize = true;
this.label30.Location = new System.Drawing.Point(241, 45);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(44, 18);
this.label30.TabIndex = 13;
this.label30.Text = "Z1:";
//
// radioButton2
//
this.radioButton2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(9, 89);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(69, 22);
this.radioButton2.TabIndex = 11;
this.radioButton2.Text = "重置";
this.radioButton2.UseVisualStyleBackColor = true;
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
//
// textBox3
//
this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.textBox3.Location = new System.Drawing.Point(77, 65);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(108, 28);
this.textBox3.TabIndex = 10;
this.textBox3.Text = "1";
this.textBox3.TextChanged += new System.EventHandler(this.text_change);
//
// radioButton1
//
this.radioButton1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(9, 67);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(69, 22);
this.radioButton1.TabIndex = 9;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "延續";
this.radioButton1.UseVisualStyleBackColor = true;
this.radioButton1.CheckedChanged += new System.EventHandler(this.text_change);
//
// comboBox1
//
this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(77, 41);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(108, 26);
this.comboBox1.TabIndex = 8;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.text_change);
//
// label15
//
this.label15.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(9, 45);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(98, 18);
this.label15.TabIndex = 5;
this.label15.Text = "數值位數:";
//
// textBox2
//
this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.textBox2.Location = new System.Drawing.Point(280, 15);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(108, 28);
this.textBox2.TabIndex = 4;
this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
//
// label14
//
this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(205, 20);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(98, 18);
this.label14.TabIndex = 3;
this.label14.Text = "名稱格式:";
//
// textBox4
//
this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.textBox4.Location = new System.Drawing.Point(77, 16);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(108, 28);
this.textBox4.TabIndex = 2;
this.textBox4.TextChanged += new System.EventHandler(this.text_change);
//
// label13
//
this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(33, 21);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(62, 18);
this.label13.TabIndex = 1;
this.label13.Text = "文本:";
//
// listView1
//
this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.listView1.FullRowSelect = true;
this.listView1.GridLines = true;
this.listView1.HideSelection = false;
this.listView1.Location = new System.Drawing.Point(8, 124);
this.listView1.MultiSelect = false;
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(380, 275);
this.listView1.TabIndex = 12;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textBox5);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(206, 146);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(394, 58);
this.groupBox1.TabIndex = 52;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "預覽";
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(71, 19);
this.textBox5.Name = "textBox5";
this.textBox5.ReadOnly = true;
this.textBox5.Size = new System.Drawing.Size(236, 28);
this.textBox5.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(30, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(62, 18);
this.label1.TabIndex = 0;
this.label1.Text = "名稱:";
//
// FileNamingRules
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(611, 626);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox19);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.listNames);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FileNamingRules";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "命名規則";
this.Controls.SetChildIndex(this.listNames, 0);
this.Controls.SetChildIndex(this.groupBox2, 0);
this.Controls.SetChildIndex(this.groupBox19, 0);
this.Controls.SetChildIndex(this.groupBox5, 0);
this.Controls.SetChildIndex(this.groupBox1, 0);
this.groupBox2.ResumeLayout(false);
this.groupBox19.ResumeLayout(false);
this.groupBox19.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListBox listNames;
public System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btn_Save;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button btn_Del;
public System.Windows.Forms.GroupBox groupBox19;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.TextBox textBox1;
public System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.Label label31;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.ListView listView1;
public System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.Label label1;
}
}