| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319 |
- namespace Pur.Pop_upWindow
- {
- partial class frmPopJLDaTaReview
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPopJLDaTaReview));
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.txt_icNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txt_suppName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txt_itemName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txt_deliveryLocation = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txt_deliveryLocationCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txt_itemCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txt_suppCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txt_poorder = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.txt_A_length1 = new System.Windows.Forms.RadioButton();
- this.txt_A_length = new System.Windows.Forms.RadioButton();
- this.label9 = new System.Windows.Forms.Label();
- this.txt_carNum = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- ((System.ComponentModel.ISupportInitialize)(this.txt_icNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_suppName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_itemName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_deliveryLocation)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_deliveryLocationCode)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_itemCode)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_suppCode)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_poorder)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_carNum)).BeginInit();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(15, 16);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "卡 号";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(224, 112);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(77, 12);
- this.label2.TabIndex = 1;
- this.label2.Text = "是否每车刷卡";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(15, 40);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(53, 12);
- this.label3.TabIndex = 2;
- this.label3.Text = "供方名称";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(15, 64);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(53, 12);
- this.label4.TabIndex = 3;
- this.label4.Text = "物料名称";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(15, 89);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(53, 12);
- this.label5.TabIndex = 4;
- this.label5.Text = "去向名称";
- //
- // txt_icNo
- //
- this.txt_icNo.Location = new System.Drawing.Point(72, 12);
- this.txt_icNo.Name = "txt_icNo";
- this.txt_icNo.ReadOnly = true;
- this.txt_icNo.Size = new System.Drawing.Size(130, 21);
- this.txt_icNo.TabIndex = 5;
- //
- // txt_suppName
- //
- this.txt_suppName.Location = new System.Drawing.Point(72, 36);
- this.txt_suppName.Name = "txt_suppName";
- this.txt_suppName.ReadOnly = true;
- this.txt_suppName.Size = new System.Drawing.Size(130, 21);
- this.txt_suppName.TabIndex = 7;
- //
- // txt_itemName
- //
- this.txt_itemName.Location = new System.Drawing.Point(72, 60);
- this.txt_itemName.Name = "txt_itemName";
- this.txt_itemName.ReadOnly = true;
- this.txt_itemName.Size = new System.Drawing.Size(130, 21);
- this.txt_itemName.TabIndex = 8;
- //
- // txt_deliveryLocation
- //
- this.txt_deliveryLocation.Location = new System.Drawing.Point(72, 84);
- this.txt_deliveryLocation.Name = "txt_deliveryLocation";
- this.txt_deliveryLocation.ReadOnly = true;
- this.txt_deliveryLocation.Size = new System.Drawing.Size(130, 21);
- this.txt_deliveryLocation.TabIndex = 9;
- //
- // txt_deliveryLocationCode
- //
- this.txt_deliveryLocationCode.Location = new System.Drawing.Point(281, 84);
- this.txt_deliveryLocationCode.Name = "txt_deliveryLocationCode";
- this.txt_deliveryLocationCode.ReadOnly = true;
- this.txt_deliveryLocationCode.Size = new System.Drawing.Size(130, 21);
- this.txt_deliveryLocationCode.TabIndex = 19;
- //
- // txt_itemCode
- //
- this.txt_itemCode.Location = new System.Drawing.Point(281, 60);
- this.txt_itemCode.Name = "txt_itemCode";
- this.txt_itemCode.ReadOnly = true;
- this.txt_itemCode.Size = new System.Drawing.Size(130, 21);
- this.txt_itemCode.TabIndex = 18;
- //
- // txt_suppCode
- //
- this.txt_suppCode.Location = new System.Drawing.Point(281, 36);
- this.txt_suppCode.Name = "txt_suppCode";
- this.txt_suppCode.ReadOnly = true;
- this.txt_suppCode.Size = new System.Drawing.Size(130, 21);
- this.txt_suppCode.TabIndex = 17;
- //
- // txt_poorder
- //
- this.txt_poorder.Location = new System.Drawing.Point(281, 12);
- this.txt_poorder.Name = "txt_poorder";
- this.txt_poorder.ReadOnly = true;
- this.txt_poorder.Size = new System.Drawing.Size(130, 21);
- this.txt_poorder.TabIndex = 15;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(224, 89);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(53, 12);
- this.label6.TabIndex = 14;
- this.label6.Text = "去向代码";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(224, 64);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(53, 12);
- this.label7.TabIndex = 13;
- this.label7.Text = "物料代码";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(224, 40);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(53, 12);
- this.label8.TabIndex = 12;
- this.label8.Text = "供方代码";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(224, 16);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(53, 12);
- this.label10.TabIndex = 10;
- this.label10.Text = "送货单行";
- //
- // txt_A_length1
- //
- this.txt_A_length1.AutoSize = true;
- this.txt_A_length1.Location = new System.Drawing.Point(362, 110);
- this.txt_A_length1.Name = "txt_A_length1";
- this.txt_A_length1.Size = new System.Drawing.Size(35, 16);
- this.txt_A_length1.TabIndex = 20;
- this.txt_A_length1.TabStop = true;
- this.txt_A_length1.Text = "否";
- this.txt_A_length1.UseVisualStyleBackColor = true;
- //
- // txt_A_length
- //
- this.txt_A_length.AutoSize = true;
- this.txt_A_length.Location = new System.Drawing.Point(321, 110);
- this.txt_A_length.Name = "txt_A_length";
- this.txt_A_length.Size = new System.Drawing.Size(35, 16);
- this.txt_A_length.TabIndex = 21;
- this.txt_A_length.TabStop = true;
- this.txt_A_length.Text = "是";
- this.txt_A_length.UseVisualStyleBackColor = true;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(15, 112);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(53, 12);
- this.label9.TabIndex = 22;
- this.label9.Text = "车 号";
- //
- // txt_carNum
- //
- this.txt_carNum.Location = new System.Drawing.Point(72, 108);
- this.txt_carNum.Name = "txt_carNum";
- this.txt_carNum.ReadOnly = true;
- this.txt_carNum.Size = new System.Drawing.Size(130, 21);
- this.txt_carNum.TabIndex = 23;
- //
- // frmPopJLDaTaReview
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(436, 138);
- this.Controls.Add(this.txt_carNum);
- this.Controls.Add(this.label9);
- this.Controls.Add(this.txt_A_length);
- this.Controls.Add(this.txt_A_length1);
- this.Controls.Add(this.txt_deliveryLocationCode);
- this.Controls.Add(this.txt_itemCode);
- this.Controls.Add(this.txt_suppCode);
- this.Controls.Add(this.txt_poorder);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.label10);
- this.Controls.Add(this.txt_deliveryLocation);
- this.Controls.Add(this.txt_itemName);
- this.Controls.Add(this.txt_suppName);
- this.Controls.Add(this.txt_icNo);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmPopJLDaTaReview";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "卡信息";
- this.Load += new System.EventHandler(this.frmPopJLDaTaReview_Load);
- ((System.ComponentModel.ISupportInitialize)(this.txt_icNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_suppName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_itemName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_deliveryLocation)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_deliveryLocationCode)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_itemCode)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_suppCode)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_poorder)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_carNum)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_icNo;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_suppName;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_itemName;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_deliveryLocation;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_deliveryLocationCode;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_itemCode;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_suppCode;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_poorder;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.RadioButton txt_A_length1;
- private System.Windows.Forms.RadioButton txt_A_length;
- private System.Windows.Forms.Label label9;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_carNum;
- }
- }
|