123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470 |
- namespace ZebraSample
- {
- partial class Form1
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.txtTextWidth = new System.Windows.Forms.TextBox();
- this.txtTextHeight = new System.Windows.Forms.TextBox();
- this.txtBcY = new System.Windows.Forms.TextBox();
- this.txtStartY = new System.Windows.Forms.TextBox();
- this.txtStartX = new System.Windows.Forms.TextBox();
- this.txtBcX = new System.Windows.Forms.TextBox();
- this.txtBcHeight = new System.Windows.Forms.TextBox();
- this.cbRatio = new System.Windows.Forms.ComboBox();
- this.cbwidth = new System.Windows.Forms.ComboBox();
- this.coBoxND = new System.Windows.Forms.ComboBox();
- this.cmbImage = new System.Windows.Forms.ComboBox();
- this.cbMagnification = new System.Windows.Forms.ComboBox();
- this.coBoxSD = new System.Windows.Forms.ComboBox();
- this.label23 = new System.Windows.Forms.Label();
- this.label22 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.label16 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.label19 = new System.Windows.Forms.Label();
- this.label28 = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label18 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label21 = new System.Windows.Forms.Label();
- this.label27 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.AutoSize = true;
- this.groupBox1.Controls.Add(this.txtTextWidth);
- this.groupBox1.Controls.Add(this.txtTextHeight);
- this.groupBox1.Controls.Add(this.txtBcY);
- this.groupBox1.Controls.Add(this.txtStartY);
- this.groupBox1.Controls.Add(this.txtStartX);
- this.groupBox1.Controls.Add(this.txtBcX);
- this.groupBox1.Controls.Add(this.txtBcHeight);
- this.groupBox1.Controls.Add(this.cbRatio);
- this.groupBox1.Controls.Add(this.cbwidth);
- this.groupBox1.Controls.Add(this.coBoxND);
- this.groupBox1.Controls.Add(this.cmbImage);
- this.groupBox1.Controls.Add(this.cbMagnification);
- this.groupBox1.Controls.Add(this.coBoxSD);
- this.groupBox1.Controls.Add(this.label23);
- this.groupBox1.Controls.Add(this.label22);
- this.groupBox1.Controls.Add(this.label10);
- this.groupBox1.Controls.Add(this.label16);
- this.groupBox1.Controls.Add(this.label9);
- this.groupBox1.Controls.Add(this.label19);
- this.groupBox1.Controls.Add(this.label28);
- this.groupBox1.Controls.Add(this.label15);
- this.groupBox1.Controls.Add(this.label8);
- this.groupBox1.Controls.Add(this.label18);
- this.groupBox1.Controls.Add(this.label13);
- this.groupBox1.Controls.Add(this.label6);
- this.groupBox1.Controls.Add(this.label21);
- this.groupBox1.Controls.Add(this.label27);
- this.groupBox1.Controls.Add(this.label14);
- this.groupBox1.Controls.Add(this.label12);
- this.groupBox1.Controls.Add(this.label7);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox1.Location = new System.Drawing.Point(0, 0);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(560, 134);
- this.groupBox1.TabIndex = 18;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "详细设置";
- //
- // txtTextWidth
- //
- this.txtTextWidth.Location = new System.Drawing.Point(196, 69);
- this.txtTextWidth.Name = "txtTextWidth";
- this.txtTextWidth.Size = new System.Drawing.Size(60, 21);
- this.txtTextWidth.TabIndex = 90;
- this.txtTextWidth.Text = "0";
- //
- // txtTextHeight
- //
- this.txtTextHeight.Location = new System.Drawing.Point(96, 69);
- this.txtTextHeight.Name = "txtTextHeight";
- this.txtTextHeight.Size = new System.Drawing.Size(60, 21);
- this.txtTextHeight.TabIndex = 89;
- this.txtTextHeight.Text = "0";
- //
- // txtBcY
- //
- this.txtBcY.Location = new System.Drawing.Point(196, 40);
- this.txtBcY.Name = "txtBcY";
- this.txtBcY.Size = new System.Drawing.Size(60, 21);
- this.txtBcY.TabIndex = 85;
- this.txtBcY.Text = "0";
- //
- // txtStartY
- //
- this.txtStartY.Location = new System.Drawing.Point(196, 15);
- this.txtStartY.Name = "txtStartY";
- this.txtStartY.Size = new System.Drawing.Size(60, 21);
- this.txtStartY.TabIndex = 81;
- this.txtStartY.Text = "0";
- //
- // txtStartX
- //
- this.txtStartX.Location = new System.Drawing.Point(96, 15);
- this.txtStartX.Name = "txtStartX";
- this.txtStartX.Size = new System.Drawing.Size(60, 21);
- this.txtStartX.TabIndex = 80;
- this.txtStartX.Text = "0";
- //
- // txtBcX
- //
- this.txtBcX.Location = new System.Drawing.Point(96, 40);
- this.txtBcX.Name = "txtBcX";
- this.txtBcX.Size = new System.Drawing.Size(60, 21);
- this.txtBcX.TabIndex = 84;
- this.txtBcX.Text = "0";
- //
- // txtBcHeight
- //
- this.txtBcHeight.Location = new System.Drawing.Point(293, 40);
- this.txtBcHeight.Name = "txtBcHeight";
- this.txtBcHeight.Size = new System.Drawing.Size(60, 21);
- this.txtBcHeight.TabIndex = 86;
- this.txtBcHeight.Text = "0";
- //
- // cbRatio
- //
- this.cbRatio.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbRatio.FormattingEnabled = true;
- this.cbRatio.Location = new System.Drawing.Point(479, 40);
- this.cbRatio.Name = "cbRatio";
- this.cbRatio.Size = new System.Drawing.Size(60, 20);
- this.cbRatio.TabIndex = 88;
- //
- // cbwidth
- //
- this.cbwidth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbwidth.FormattingEnabled = true;
- this.cbwidth.Location = new System.Drawing.Point(395, 40);
- this.cbwidth.Name = "cbwidth";
- this.cbwidth.Size = new System.Drawing.Size(60, 20);
- this.cbwidth.TabIndex = 87;
- //
- // coBoxND
- //
- this.coBoxND.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.coBoxND.FormattingEnabled = true;
- this.coBoxND.Location = new System.Drawing.Point(395, 16);
- this.coBoxND.Name = "coBoxND";
- this.coBoxND.Size = new System.Drawing.Size(60, 20);
- this.coBoxND.TabIndex = 83;
- //
- // cmbImage
- //
- this.cmbImage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbImage.FormattingEnabled = true;
- this.cmbImage.Items.AddRange(new object[] {
- "8010",
- "8110"});
- this.cmbImage.Location = new System.Drawing.Point(96, 94);
- this.cmbImage.Name = "cmbImage";
- this.cmbImage.Size = new System.Drawing.Size(60, 20);
- this.cmbImage.TabIndex = 91;
- //
- // cbMagnification
- //
- this.cbMagnification.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbMagnification.FormattingEnabled = true;
- this.cbMagnification.Location = new System.Drawing.Point(196, 94);
- this.cbMagnification.Name = "cbMagnification";
- this.cbMagnification.Size = new System.Drawing.Size(60, 20);
- this.cbMagnification.TabIndex = 91;
- //
- // coBoxSD
- //
- this.coBoxSD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.coBoxSD.FormattingEnabled = true;
- this.coBoxSD.Location = new System.Drawing.Point(293, 16);
- this.coBoxSD.Name = "coBoxSD";
- this.coBoxSD.Size = new System.Drawing.Size(60, 20);
- this.coBoxSD.TabIndex = 82;
- //
- // label23
- //
- this.label23.AutoSize = true;
- this.label23.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label23.ForeColor = System.Drawing.Color.Red;
- this.label23.Location = new System.Drawing.Point(463, 45);
- this.label23.Name = "label23";
- this.label23.Size = new System.Drawing.Size(12, 12);
- this.label23.TabIndex = 22;
- this.label23.Text = "R";
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label22.ForeColor = System.Drawing.Color.Red;
- this.label22.Location = new System.Drawing.Point(376, 45);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(12, 12);
- this.label22.TabIndex = 22;
- this.label22.Text = "W";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label10.ForeColor = System.Drawing.Color.Red;
- this.label10.Location = new System.Drawing.Point(361, 20);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(31, 12);
- this.label10.TabIndex = 22;
- this.label10.Text = "浓度";
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label16.ForeColor = System.Drawing.Color.Red;
- this.label16.Location = new System.Drawing.Point(160, 72);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(31, 12);
- this.label16.TabIndex = 19;
- this.label16.Text = "宽度";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label9.ForeColor = System.Drawing.Color.Red;
- this.label9.Location = new System.Drawing.Point(261, 20);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(31, 12);
- this.label9.TabIndex = 21;
- this.label9.Text = "速度";
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label19.ForeColor = System.Drawing.Color.Red;
- this.label19.Location = new System.Drawing.Point(181, 45);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(12, 12);
- this.label19.TabIndex = 20;
- this.label19.Text = "Y";
- //
- // label28
- //
- this.label28.AutoSize = true;
- this.label28.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label28.ForeColor = System.Drawing.Color.Red;
- this.label28.Location = new System.Drawing.Point(65, 97);
- this.label28.Name = "label28";
- this.label28.Size = new System.Drawing.Size(31, 12);
- this.label28.TabIndex = 19;
- this.label28.Text = "型号";
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label15.ForeColor = System.Drawing.Color.Red;
- this.label15.Location = new System.Drawing.Point(64, 72);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(31, 12);
- this.label15.TabIndex = 19;
- this.label15.Text = "高度";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label8.ForeColor = System.Drawing.Color.Red;
- this.label8.Location = new System.Drawing.Point(181, 20);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(12, 12);
- this.label8.TabIndex = 20;
- this.label8.Text = "Y";
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label18.ForeColor = System.Drawing.Color.Red;
- this.label18.Location = new System.Drawing.Point(83, 45);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(12, 12);
- this.label18.TabIndex = 19;
- this.label18.Text = "X";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label13.ForeColor = System.Drawing.Color.Red;
- this.label13.Location = new System.Drawing.Point(261, 45);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(31, 12);
- this.label13.TabIndex = 19;
- this.label13.Text = "高度";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.ForeColor = System.Drawing.Color.Red;
- this.label6.Location = new System.Drawing.Point(83, 20);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(12, 12);
- this.label6.TabIndex = 19;
- this.label6.Text = "X";
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label21.ForeColor = System.Drawing.Color.Red;
- this.label21.Location = new System.Drawing.Point(160, 97);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(31, 12);
- this.label21.TabIndex = 16;
- this.label21.Text = "倍数";
- //
- // label27
- //
- this.label27.AutoSize = true;
- this.label27.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label27.ForeColor = System.Drawing.Color.Blue;
- this.label27.Location = new System.Drawing.Point(4, 97);
- this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(57, 12);
- this.label27.TabIndex = 16;
- this.label27.Text = "图盘设置";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label14.ForeColor = System.Drawing.Color.Blue;
- this.label14.Location = new System.Drawing.Point(6, 72);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(57, 12);
- this.label14.TabIndex = 16;
- this.label14.Text = "文字设置";
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label12.ForeColor = System.Drawing.Color.Blue;
- this.label12.Location = new System.Drawing.Point(6, 45);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(57, 12);
- this.label12.TabIndex = 16;
- this.label12.Text = "条码设置";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.ForeColor = System.Drawing.Color.Blue;
- this.label7.Location = new System.Drawing.Point(6, 19);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(57, 12);
- this.label7.TabIndex = 16;
- this.label7.Text = "初始位置";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(6, 141);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 19;
- this.button1.Text = "测试";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(560, 450);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.groupBox1);
- this.Name = "Form1";
- this.Text = "Form1";
- this.Load += new System.EventHandler(this.Form1_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.TextBox txtTextWidth;
- private System.Windows.Forms.TextBox txtTextHeight;
- private System.Windows.Forms.TextBox txtBcY;
- private System.Windows.Forms.TextBox txtStartY;
- private System.Windows.Forms.TextBox txtStartX;
- private System.Windows.Forms.TextBox txtBcX;
- private System.Windows.Forms.TextBox txtBcHeight;
- private System.Windows.Forms.ComboBox cbRatio;
- private System.Windows.Forms.ComboBox cbwidth;
- private System.Windows.Forms.ComboBox coBoxND;
- private System.Windows.Forms.ComboBox cmbImage;
- private System.Windows.Forms.ComboBox cbMagnification;
- private System.Windows.Forms.ComboBox coBoxSD;
- private System.Windows.Forms.Label label23;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label19;
- private System.Windows.Forms.Label label28;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label18;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label21;
- private System.Windows.Forms.Label label27;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Button button1;
- }
- }
|