123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445 |
- namespace Uninpho.Tools.components.DataManager
- {
- partial class FrmSetting
- {
- /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
- this.checkBoxInput3 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
- this.checkBoxInput2 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
- this.checkBoxInput12 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
- this.checkBoxInput1 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
- this.checkBoxInput11 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
- this.checkBoxInput10 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.checkBoxInput13 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
- this.checkBoxInput9 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
- this.checkBoxInput6 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
- this.checkBoxInput8 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
- this.checkBoxInput4 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.checkBoxInput18 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
- this.checkBoxInput17 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
- this.checkBoxInput14 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
- this.checkBoxInput16 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
- this.checkBoxInput15 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
- this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
- this.btnOK = new DevExpress.XtraEditors.SimpleButton();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.groupBox3.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBox1.Controls.Add(this.checkBoxInput3);
- this.groupBox1.Controls.Add(this.checkBoxInput2);
- this.groupBox1.Controls.Add(this.checkBoxInput12);
- this.groupBox1.Controls.Add(this.checkBoxInput1);
- this.groupBox1.Controls.Add(this.checkBoxInput11);
- this.groupBox1.Controls.Add(this.checkBoxInput10);
- this.groupBox1.Location = new System.Drawing.Point(7, 12);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(454, 127);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "过岔平稳性信息";
- //
- // checkBoxInput3
- //
- this.checkBoxInput3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.checkBoxInput3.Checked = false;
- this.checkBoxInput3.ColumnName = "gjhy";
- this.checkBoxInput3.LBText = "构架横移";
- this.checkBoxInput3.Location = new System.Drawing.Point(12, 81);
- this.checkBoxInput3.Name = "checkBoxInput3";
- this.checkBoxInput3.Size = new System.Drawing.Size(212, 28);
- this.checkBoxInput3.TabIndex = 4;
- this.checkBoxInput3.Value = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- //
- // checkBoxInput2
- //
- this.checkBoxInput2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.checkBoxInput2.Checked = false;
- this.checkBoxInput2.ColumnName = "ctcjfz";
- this.checkBoxInput2.LBText = "车体垂加峰值";
- this.checkBoxInput2.Location = new System.Drawing.Point(12, 50);
- this.checkBoxInput2.Name = "checkBoxInput2";
- this.checkBoxInput2.Size = new System.Drawing.Size(212, 28);
- this.checkBoxInput2.TabIndex = 4;
- this.checkBoxInput2.Value = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- //
- // checkBoxInput12
- //
- this.checkBoxInput12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.checkBoxInput12.Checked = false;
- this.checkBoxInput12.ColumnName = "cthjffz";
- this.checkBoxInput12.Font = new System.Drawing.Font("Tahoma", 9F);
- this.checkBoxInput12.LBText = "车体横加峰峰值";
- this.checkBoxInput12.Location = new System.Drawing.Point(236, 21);
- this.checkBoxInput12.Name = "checkBoxInput12";
- this.checkBoxInput12.Size = new System.Drawing.Size(212, 28);
- this.checkBoxInput12.TabIndex = 4;
- this.checkBoxInput12.Value = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- //
- // checkBoxInput1
- //
- this.checkBoxInput1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.checkBoxInput1.Checked = false;
- this.checkBoxInput1.ColumnName = "cthjfz";
- this.checkBoxInput1.LBText = "车体横加峰值";
- this.checkBoxInput1.Location = new System.Drawing.Point(12, 21);
- this.checkBoxInput1.Name = "checkBoxInput1";
- this.checkBoxInput1.Size = new System.Drawing.Size(212, 28);
- this.checkBoxInput1.TabIndex = 4;
- this.checkBoxInput1.Value = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- //
- // checkBoxInput11
- //
- this.checkBoxInput11.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.checkBoxInput11.Checked = false;
- this.checkBoxInput11.ColumnName = "gjhyffz";
- this.checkBoxInput11.LBText = "构架横移峰峰值";
- this.checkBoxInput11.Location = new System.Drawing.Point(236, 81);
- this.checkBoxInput11.Name = "checkBoxInput11";
- this.checkBoxInput11.Size = new System.Drawing.Size(212, 28);
- this.checkBoxInput11.TabIndex = 4;
- this.checkBoxInput11.Value = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- //
- // checkBoxInput10
- //
- this.checkBoxInput10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.checkBoxInput10.Checked = false;
- this.checkBoxInput10.ColumnName = "ctcjffz";
- this.checkBoxInput10.LBText = "车体垂加峰峰值";
- this.checkBoxInput10.Location = new System.Drawing.Point(236, 50);
- this.checkBoxInput10.Name = "checkBoxInput10";
- this.checkBoxInput10.Size = new System.Drawing.Size(212, 28);
- this.checkBoxInput10.TabIndex = 4;
- this.checkBoxInput10.Value = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- //
- // groupBox2
- //
- this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBox2.Controls.Add(this.checkBoxInput13);
- this.groupBox2.Controls.Add(this.checkBoxInput9);
- this.groupBox2.Controls.Add(this.checkBoxInput6);
- this.groupBox2.Controls.Add(this.checkBoxInput8);
- this.groupBox2.Controls.Add(this.checkBoxInput4);
- this.groupBox2.Location = new System.Drawing.Point(7, 147);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(454, 124);
- this.groupBox2.TabIndex = 1;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "轨道几何信息";
- //
- // checkBoxInput13
- //
- this.checkBoxInput13.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.checkBoxInput13.Checked = false;
- this.checkBoxInput13.ColumnName = "dcqtqi";
- this.checkBoxInput13.LBText = "道岔区轨道指数";
- this.checkBoxInput13.Location = new System.Drawing.Point(236, 21);
- this.checkBoxInput13.Name = "checkBoxInput13";
- this.checkBoxInput13.Size = new System.Drawing.Size(212, 28);
- this.checkBoxInput13.TabIndex = 4;
- this.checkBoxInput13.Value = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- //
- // checkBoxInput9
- //
- this.checkBoxInput9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.checkBoxInput9.Checked = false;
- this.checkBoxInput9.ColumnName = "sjkfz";
- this.checkBoxInput9.LBText = "三角坑峰值";
- this.checkBoxInput9.Location = new System.Drawing.Point(236, 51);
- this.checkBoxInput9.Name = "checkBoxInput9";
- this.checkBoxInput9.Size = new System.Drawing.Size(212, 28);
- this.checkBoxInput9.TabIndex = 4;
- this.checkBoxInput9.Value = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.checkBoxInput9.Load += new System.EventHandler(this.checkBoxInput9_Load);
- //
- // checkBoxInput6
- //
- this.checkBoxInput6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.checkBoxInput6.Checked = false;
- this.checkBoxInput6.ColumnName = "gxfz";
- this.checkBoxInput6.LBText = "轨向峰值";
- this.checkBoxInput6.Location = new System.Drawing.Point(12, 51);
- this.checkBoxInput6.Name = "checkBoxInput6";
- this.checkBoxInput6.Size = new System.Drawing.Size(212, 28);
- this.checkBoxInput6.TabIndex = 4;
- this.checkBoxInput6.Value = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- //
- // checkBoxInput8
- //
- this.checkBoxInput8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.checkBoxInput8.Checked = false;
- this.checkBoxInput8.ColumnName = "spfz";
- this.checkBoxInput8.LBText = "水平峰值";
- this.checkBoxInput8.Location = new System.Drawing.Point(12, 85);
- this.checkBoxInput8.Name = "checkBoxInput8";
- this.checkBoxInput8.Size = new System.Drawing.Size(212, 28);
- this.checkBoxInput8.TabIndex = 4;
- this.checkBoxInput8.Value = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- //
- // checkBoxInput4
- //
- this.checkBoxInput4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.checkBoxInput4.Checked = false;
- this.checkBoxInput4.ColumnName = "gdfz";
- this.checkBoxInput4.LBText = "高低峰值";
- this.checkBoxInput4.Location = new System.Drawing.Point(12, 19);
- this.checkBoxInput4.Name = "checkBoxInput4";
- this.checkBoxInput4.Size = new System.Drawing.Size(212, 28);
- this.checkBoxInput4.TabIndex = 4;
- this.checkBoxInput4.Value = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- //
- // groupBox3
- //
- this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBox3.Controls.Add(this.checkBoxInput18);
- this.groupBox3.Controls.Add(this.checkBoxInput17);
- this.groupBox3.Controls.Add(this.checkBoxInput14);
- this.groupBox3.Controls.Add(this.checkBoxInput16);
- this.groupBox3.Controls.Add(this.checkBoxInput15);
- this.groupBox3.Location = new System.Drawing.Point(7, 284);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(454, 135);
- this.groupBox3.TabIndex = 2;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "轮轨力信息";
- //
- // checkBoxInput18
- //
- this.checkBoxInput18.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.checkBoxInput18.Checked = false;
- this.checkBoxInput18.ColumnName = "lzjzl";
- this.checkBoxInput18.LBText = "轮重减载率";
- this.checkBoxInput18.Location = new System.Drawing.Point(236, 54);
- this.checkBoxInput18.Name = "checkBoxInput18";
- this.checkBoxInput18.Size = new System.Drawing.Size(212, 28);
- this.checkBoxInput18.TabIndex = 4;
- this.checkBoxInput18.Value = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- //
- // checkBoxInput17
- //
- this.checkBoxInput17.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.checkBoxInput17.Checked = false;
- this.checkBoxInput17.ColumnName = "lgcxl";
- this.checkBoxInput17.LBText = "小轮轨垂向力";
- this.checkBoxInput17.Location = new System.Drawing.Point(12, 20);
- this.checkBoxInput17.Name = "checkBoxInput17";
- this.checkBoxInput17.Size = new System.Drawing.Size(212, 28);
- this.checkBoxInput17.TabIndex = 4;
- this.checkBoxInput17.Value = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- //
- // checkBoxInput14
- //
- this.checkBoxInput14.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.checkBoxInput14.Checked = false;
- this.checkBoxInput14.ColumnName = "lzlfz";
- this.checkBoxInput14.LBText = "轮轴横向力";
- this.checkBoxInput14.Location = new System.Drawing.Point(12, 88);
- this.checkBoxInput14.Name = "checkBoxInput14";
- this.checkBoxInput14.Size = new System.Drawing.Size(212, 28);
- this.checkBoxInput14.TabIndex = 4;
- this.checkBoxInput14.Value = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- //
- // checkBoxInput16
- //
- this.checkBoxInput16.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.checkBoxInput16.Checked = false;
- this.checkBoxInput16.ColumnName = "lghxl";
- this.checkBoxInput16.LBText = "轮轨横向力";
- this.checkBoxInput16.Location = new System.Drawing.Point(12, 54);
- this.checkBoxInput16.Name = "checkBoxInput16";
- this.checkBoxInput16.Size = new System.Drawing.Size(212, 28);
- this.checkBoxInput16.TabIndex = 4;
- this.checkBoxInput16.Value = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- //
- // checkBoxInput15
- //
- this.checkBoxInput15.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.checkBoxInput15.Checked = false;
- this.checkBoxInput15.ColumnName = "tgxs";
- this.checkBoxInput15.LBText = "脱轨系数";
- this.checkBoxInput15.Location = new System.Drawing.Point(236, 20);
- this.checkBoxInput15.Name = "checkBoxInput15";
- this.checkBoxInput15.Size = new System.Drawing.Size(212, 28);
- this.checkBoxInput15.TabIndex = 4;
- this.checkBoxInput15.Value = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- //
- // btnCancle
- //
- this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancle.Location = new System.Drawing.Point(371, 425);
- this.btnCancle.Name = "btnCancle";
- this.btnCancle.Size = new System.Drawing.Size(75, 23);
- this.btnCancle.TabIndex = 3;
- this.btnCancle.Text = "取消";
- this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
- //
- // btnOK
- //
- this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOK.Location = new System.Drawing.Point(262, 425);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(75, 23);
- this.btnOK.TabIndex = 3;
- this.btnOK.Text = "确认";
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // FrmSetting
- //
- this.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
- this.ClientSize = new System.Drawing.Size(467, 470);
- this.Controls.Add(this.btnOK);
- this.Controls.Add(this.btnCancle);
- this.Controls.Add(this.groupBox3);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.DoubleBuffered = true;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FrmSetting";
- this.Text = "阈值设置";
- this.groupBox1.ResumeLayout(false);
- this.groupBox2.ResumeLayout(false);
- this.groupBox3.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.GroupBox groupBox3;
- private DevExpress.XtraEditors.SimpleButton btnCancle;
- private DevExpress.XtraEditors.SimpleButton btnOK;
- private CheckBoxInput checkBoxInput1;
- private CheckBoxInput checkBoxInput3;
- private CheckBoxInput checkBoxInput2;
- private CheckBoxInput checkBoxInput13;
- private CheckBoxInput checkBoxInput9;
- private CheckBoxInput checkBoxInput12;
- private CheckBoxInput checkBoxInput11;
- private CheckBoxInput checkBoxInput6;
- private CheckBoxInput checkBoxInput10;
- private CheckBoxInput checkBoxInput8;
- private CheckBoxInput checkBoxInput4;
- private CheckBoxInput checkBoxInput18;
- private CheckBoxInput checkBoxInput17;
- private CheckBoxInput checkBoxInput14;
- private CheckBoxInput checkBoxInput16;
- private CheckBoxInput checkBoxInput15;
- }
- }
|