123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362 |
- namespace HOZProject.UserControls
- {
- partial class FormExportPoints
- {
- /// <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.txtPointName = new System.Windows.Forms.TextBox();
- this.label9 = new System.Windows.Forms.Label();
- this.btnDelPoint = new System.Windows.Forms.Button();
- this.btnAddPoint = new System.Windows.Forms.Button();
- this.btnSavePoints = new System.Windows.Forms.Button();
- this.ltPointName = new System.Windows.Forms.ListBox();
- this.lblR = new System.Windows.Forms.Label();
- this.lblM = new System.Windows.Forms.Label();
- this.lblZ = new System.Windows.Forms.Label();
- this.lblT = new System.Windows.Forms.Label();
- this.lblX = new System.Windows.Forms.Label();
- this.lblY = new System.Windows.Forms.Label();
- this.lblBSX = new System.Windows.Forms.Label();
- this.lblBSY = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.btnGetData = new System.Windows.Forms.Button();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // txtPointName
- //
- this.txtPointName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtPointName.Location = new System.Drawing.Point(190, 14);
- this.txtPointName.Name = "txtPointName";
- this.txtPointName.Size = new System.Drawing.Size(112, 30);
- this.txtPointName.TabIndex = 90;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label9.Location = new System.Drawing.Point(23, 17);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(89, 20);
- this.label9.TabIndex = 89;
- this.label9.Text = "点名称:";
- //
- // btnDelPoint
- //
- this.btnDelPoint.Location = new System.Drawing.Point(192, 416);
- this.btnDelPoint.Name = "btnDelPoint";
- this.btnDelPoint.Size = new System.Drawing.Size(113, 39);
- this.btnDelPoint.TabIndex = 88;
- this.btnDelPoint.Text = "删除";
- this.btnDelPoint.UseVisualStyleBackColor = true;
- this.btnDelPoint.Click += new System.EventHandler(this.btnDelPoint_Click);
- //
- // btnAddPoint
- //
- this.btnAddPoint.Location = new System.Drawing.Point(25, 416);
- this.btnAddPoint.Name = "btnAddPoint";
- this.btnAddPoint.Size = new System.Drawing.Size(113, 39);
- this.btnAddPoint.TabIndex = 87;
- this.btnAddPoint.Text = "添加";
- this.btnAddPoint.UseVisualStyleBackColor = true;
- this.btnAddPoint.Click += new System.EventHandler(this.btnAddPoint_Click);
- //
- // btnSavePoints
- //
- this.btnSavePoints.Location = new System.Drawing.Point(192, 371);
- this.btnSavePoints.Name = "btnSavePoints";
- this.btnSavePoints.Size = new System.Drawing.Size(113, 39);
- this.btnSavePoints.TabIndex = 86;
- this.btnSavePoints.Text = "保存";
- this.btnSavePoints.UseVisualStyleBackColor = true;
- this.btnSavePoints.Click += new System.EventHandler(this.btnSavePoints_Click);
- //
- // ltPointName
- //
- this.ltPointName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ltPointName.FormattingEnabled = true;
- this.ltPointName.ItemHeight = 20;
- this.ltPointName.Location = new System.Drawing.Point(337, 9);
- this.ltPointName.Name = "ltPointName";
- this.ltPointName.Size = new System.Drawing.Size(144, 444);
- this.ltPointName.TabIndex = 85;
- this.ltPointName.SelectedIndexChanged += new System.EventHandler(this.ltPointName_SelectedIndexChanged);
- //
- // lblR
- //
- this.lblR.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lblR.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblR.Location = new System.Drawing.Point(190, 209);
- this.lblR.Name = "lblR";
- this.lblR.Size = new System.Drawing.Size(112, 27);
- this.lblR.TabIndex = 84;
- this.lblR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // lblM
- //
- this.lblM.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lblM.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblM.Location = new System.Drawing.Point(190, 247);
- this.lblM.Name = "lblM";
- this.lblM.Size = new System.Drawing.Size(112, 27);
- this.lblM.TabIndex = 83;
- this.lblM.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // lblZ
- //
- this.lblZ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lblZ.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblZ.Location = new System.Drawing.Point(190, 133);
- this.lblZ.Name = "lblZ";
- this.lblZ.Size = new System.Drawing.Size(112, 27);
- this.lblZ.TabIndex = 82;
- this.lblZ.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // lblT
- //
- this.lblT.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lblT.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblT.Location = new System.Drawing.Point(190, 171);
- this.lblT.Name = "lblT";
- this.lblT.Size = new System.Drawing.Size(112, 27);
- this.lblT.TabIndex = 81;
- this.lblT.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // lblX
- //
- this.lblX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lblX.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblX.Location = new System.Drawing.Point(190, 57);
- this.lblX.Name = "lblX";
- this.lblX.Size = new System.Drawing.Size(112, 27);
- this.lblX.TabIndex = 80;
- this.lblX.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // lblY
- //
- this.lblY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lblY.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblY.Location = new System.Drawing.Point(190, 95);
- this.lblY.Name = "lblY";
- this.lblY.Size = new System.Drawing.Size(112, 27);
- this.lblY.TabIndex = 79;
- this.lblY.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // lblBSX
- //
- this.lblBSX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lblBSX.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblBSX.Location = new System.Drawing.Point(190, 285);
- this.lblBSX.Name = "lblBSX";
- this.lblBSX.Size = new System.Drawing.Size(112, 27);
- this.lblBSX.TabIndex = 78;
- this.lblBSX.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // lblBSY
- //
- this.lblBSY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lblBSY.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblBSY.Location = new System.Drawing.Point(190, 323);
- this.lblBSY.Name = "lblBSY";
- this.lblBSY.Size = new System.Drawing.Size(112, 27);
- this.lblBSY.TabIndex = 77;
- this.lblBSY.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.Location = new System.Drawing.Point(23, 329);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(139, 20);
- this.label7.TabIndex = 76;
- this.label7.Text = "BeamShift Y:";
- //
- // 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(23, 290);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(139, 20);
- this.label8.TabIndex = 75;
- this.label8.Text = "BeamShift X:";
- //
- // 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(23, 251);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(39, 20);
- this.label5.TabIndex = 74;
- this.label5.Text = "M:";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.Location = new System.Drawing.Point(23, 212);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(39, 20);
- this.label6.TabIndex = 73;
- this.label6.Text = "R:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(23, 173);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(39, 20);
- this.label3.TabIndex = 72;
- this.label3.Text = "T:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(23, 134);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(39, 20);
- this.label4.TabIndex = 71;
- this.label4.Text = "Z:";
- //
- // 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.Location = new System.Drawing.Point(23, 95);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(39, 20);
- this.label2.TabIndex = 70;
- this.label2.Text = "Y:";
- //
- // 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(23, 56);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(39, 20);
- this.label1.TabIndex = 69;
- this.label1.Text = "X:";
- //
- // btnGetData
- //
- this.btnGetData.Location = new System.Drawing.Point(25, 371);
- this.btnGetData.Name = "btnGetData";
- this.btnGetData.Size = new System.Drawing.Size(113, 39);
- this.btnGetData.TabIndex = 68;
- this.btnGetData.Text = "获取";
- this.btnGetData.UseVisualStyleBackColor = true;
- this.btnGetData.Click += new System.EventHandler(this.btnGetData_Click);
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.SystemColors.Control;
- this.panel1.Controls.Add(this.label9);
- this.panel1.Controls.Add(this.ltPointName);
- this.panel1.Controls.Add(this.txtPointName);
- this.panel1.Controls.Add(this.btnGetData);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.btnDelPoint);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.btnAddPoint);
- this.panel1.Controls.Add(this.label4);
- this.panel1.Controls.Add(this.btnSavePoints);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.label6);
- this.panel1.Controls.Add(this.lblR);
- this.panel1.Controls.Add(this.label5);
- this.panel1.Controls.Add(this.lblM);
- this.panel1.Controls.Add(this.label8);
- this.panel1.Controls.Add(this.lblZ);
- this.panel1.Controls.Add(this.label7);
- this.panel1.Controls.Add(this.lblT);
- this.panel1.Controls.Add(this.lblBSY);
- this.panel1.Controls.Add(this.lblX);
- this.panel1.Controls.Add(this.lblBSX);
- this.panel1.Controls.Add(this.lblY);
- this.panel1.Location = new System.Drawing.Point(3, 3);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(486, 464);
- this.panel1.TabIndex = 91;
- //
- // FormExportPoints
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(179)))), ((int)(((byte)(254)))));
- this.ClientSize = new System.Drawing.Size(492, 470);
- this.Controls.Add(this.panel1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "FormExportPoints";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "手动添加点";
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TextBox txtPointName;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Button btnDelPoint;
- private System.Windows.Forms.Button btnAddPoint;
- private System.Windows.Forms.Button btnSavePoints;
- private System.Windows.Forms.ListBox ltPointName;
- private System.Windows.Forms.Label lblR;
- private System.Windows.Forms.Label lblM;
- private System.Windows.Forms.Label lblZ;
- private System.Windows.Forms.Label lblT;
- private System.Windows.Forms.Label lblX;
- private System.Windows.Forms.Label lblY;
- private System.Windows.Forms.Label lblBSX;
- private System.Windows.Forms.Label lblBSY;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button btnGetData;
- private System.Windows.Forms.Panel panel1;
- }
- }
|