123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464 |
- using Resources;
- using SmartCoalApplication.Base.CommTool;
- using SmartCoalApplication.Base.FunctionModel;
- using SmartCoalApplication.Base.SettingModel;
- using SmartCoalApplication.Core;
- using SmartCoalApplication.Core.DbOpreate.DbModel;
- using SmartCoalApplication.Resources;
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Data;
- using System.Drawing;
- using System.IO;
- using System.Linq;
- using System.Text;
- using System.Text.RegularExpressions;
- using System.Threading.Tasks;
- using System.Windows.Forms;
- namespace SmartCoalApplication.AutomaticMeasurement
- {
- partial class ResultViewNameRule2
- {
- /// <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()
- {
- this.listNames = new System.Windows.Forms.ListBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.buttonUse = new System.Windows.Forms.Button();
- this.btn_Del = new System.Windows.Forms.Button();
- this.btn_Save = new System.Windows.Forms.Button();
- this.buttonCancel = new System.Windows.Forms.Button();
- this.buttonNew = 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 = 12;
- this.listNames.Location = new System.Drawing.Point(12, 8);
- this.listNames.Name = "listNames";
- this.listNames.Size = new System.Drawing.Size(188, 568);
- this.listNames.TabIndex = 1;
- this.listNames.SelectedIndexChanged += new System.EventHandler(this.listNames_SelectedChange);
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.buttonUse);
- this.groupBox2.Controls.Add(this.btn_Del);
- this.groupBox2.Controls.Add(this.btn_Save);
- this.groupBox2.Controls.Add(this.buttonCancel);
- this.groupBox2.Controls.Add(this.buttonNew);
- 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 = "操作";
- //
- // buttonUse
- //
- this.buttonUse.Location = new System.Drawing.Point(4, 20);
- this.buttonUse.Name = "buttonUse";
- this.buttonUse.Size = new System.Drawing.Size(75, 23);
- this.buttonUse.TabIndex = 12;
- this.buttonUse.Text = "应用";
- this.buttonUse.UseVisualStyleBackColor = true;
- this.buttonUse.Click += new System.EventHandler(this.buttonUse_Click);
- //
- // btn_Del
- //
- this.btn_Del.Location = new System.Drawing.Point(82, 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(160, 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);
- //
- // buttonCancel
- //
- this.buttonCancel.Location = new System.Drawing.Point(316, 20);
- this.buttonCancel.Name = "buttonCancel";
- this.buttonCancel.Size = new System.Drawing.Size(75, 23);
- this.buttonCancel.TabIndex = 1;
- this.buttonCancel.Text = "取消";
- this.buttonCancel.UseVisualStyleBackColor = true;
- this.buttonCancel.Click += new System.EventHandler(this.button2_Click);
- //
- // buttonNew
- //
- this.buttonNew.Location = new System.Drawing.Point(238, 20);
- this.buttonNew.Name = "buttonNew";
- this.buttonNew.Size = new System.Drawing.Size(75, 23);
- this.buttonNew.TabIndex = 0;
- this.buttonNew.Text = "新增";
- this.buttonNew.UseVisualStyleBackColor = true;
- this.buttonNew.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, 21);
- 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(41, 12);
- 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, 21);
- 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, 21);
- 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(29, 12);
- 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(29, 12);
- 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(47, 16);
- 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, 21);
- 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(47, 16);
- 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, 20);
- 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(65, 12);
- 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, 21);
- 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(65, 12);
- 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, 21);
- 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(41, 12);
- 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, 21);
- 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(41, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "名稱:";
- //
- // ResultViewNameRule2
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- 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 = "ResultViewNameRule2";
- 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 buttonCancel;
- private System.Windows.Forms.Button buttonNew;
- 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;
- private Button buttonUse;
- }
- }
|