123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- namespace LYFZ.Software.UI.DoorCityProcess
- {
- partial class frmPlusPickDescription
- {
- /// <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.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPlusPickDescription));
- this.label1 = new System.Windows.Forms.Label();
- this.tx_PickupProduct = new System.Windows.Forms.TextBox();
- this.btn_save = new LYFZ.ComponentLibrary.ButtonEx();
- this.btn_Cancel = new LYFZ.ComponentLibrary.ButtonEx();
- this.nb_totalMoney = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
- this.label2 = new System.Windows.Forms.Label();
- this.nb_thisMoney = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
- this.label3 = new System.Windows.Forms.Label();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nb_totalMoney)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nb_thisMoney)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.nb_thisMoney);
- this.plExMainContainer.Controls.Add(this.nb_totalMoney);
- this.plExMainContainer.Controls.Add(this.btn_Cancel);
- this.plExMainContainer.Controls.Add(this.btn_save);
- this.plExMainContainer.Controls.Add(this.label3);
- this.plExMainContainer.Controls.Add(this.label2);
- this.plExMainContainer.Controls.Add(this.tx_PickupProduct);
- this.plExMainContainer.Controls.Add(this.label1);
- this.plExMainContainer.Size = new System.Drawing.Size(444, 174);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(444, 174);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(461, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(412, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(461, 0);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(35, 24);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(77, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "加挑总金额:";
- //
- // tx_PickupProduct
- //
- this.tx_PickupProduct.Location = new System.Drawing.Point(118, 88);
- this.tx_PickupProduct.Name = "tx_PickupProduct";
- this.tx_PickupProduct.Size = new System.Drawing.Size(283, 21);
- this.tx_PickupProduct.TabIndex = 2;
- //
- // btn_save
- //
- this.btn_save.BackColor = System.Drawing.Color.Transparent;
- this.btn_save.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_save.BackImg")));
- this.btn_save.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btn_save.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btn_save.ForeColor = System.Drawing.Color.White;
- this.btn_save.IsCustomBackImg = false;
- this.btn_save.IsShowText = true;
- this.btn_save.Location = new System.Drawing.Point(118, 129);
- this.btn_save.Name = "btn_save";
- this.btn_save.Size = new System.Drawing.Size(85, 28);
- this.btn_save.TabIndex = 3;
- this.btn_save.Text = "确定";
- this.btn_save.UseVisualStyleBackColor = false;
- //
- // btn_Cancel
- //
- this.btn_Cancel.BackColor = System.Drawing.Color.Transparent;
- this.btn_Cancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Cancel.BackImg")));
- this.btn_Cancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btn_Cancel.ForeColor = System.Drawing.Color.White;
- this.btn_Cancel.IsCustomBackImg = false;
- this.btn_Cancel.IsShowText = true;
- this.btn_Cancel.Location = new System.Drawing.Point(232, 129);
- this.btn_Cancel.Name = "btn_Cancel";
- this.btn_Cancel.Size = new System.Drawing.Size(85, 28);
- this.btn_Cancel.TabIndex = 4;
- this.btn_Cancel.Text = "取消";
- this.btn_Cancel.UseVisualStyleBackColor = false;
- //
- // nb_totalMoney
- //
- this.nb_totalMoney.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.nb_totalMoney.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.nb_totalMoney.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.nb_totalMoney.IsCustomColor = false;
- this.nb_totalMoney.Location = new System.Drawing.Point(118, 21);
- this.nb_totalMoney.Maximum = new decimal(new int[] {
- 100000000,
- 0,
- 0,
- 0});
- this.nb_totalMoney.Name = "nb_totalMoney";
- this.nb_totalMoney.ReadOnly = true;
- this.nb_totalMoney.Size = new System.Drawing.Size(159, 21);
- this.nb_totalMoney.TabIndex = 0;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(23, 58);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(89, 12);
- this.label2.TabIndex = 0;
- this.label2.Text = "本次加挑金额:";
- //
- // nb_thisMoney
- //
- this.nb_thisMoney.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.nb_thisMoney.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.nb_thisMoney.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.nb_thisMoney.IsCustomColor = false;
- this.nb_thisMoney.Location = new System.Drawing.Point(118, 54);
- this.nb_thisMoney.Maximum = new decimal(new int[] {
- 100000000,
- 0,
- 0,
- 0});
- this.nb_thisMoney.Name = "nb_thisMoney";
- this.nb_thisMoney.Size = new System.Drawing.Size(159, 21);
- this.nb_thisMoney.TabIndex = 1;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(23, 92);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(89, 12);
- this.label3.TabIndex = 0;
- this.label3.Text = "本次加挑物品:";
- //
- // frmPlusPickDescription
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(444, 239);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmPlusPickDescription";
- this.Text = "加挑详情";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plExMainContainer.PerformLayout();
- this.plFormMainContent.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.nb_totalMoney)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nb_thisMoney)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- public ComponentLibrary.NumericUpDownEx nb_thisMoney;
- public System.Windows.Forms.TextBox tx_PickupProduct;
- public ComponentLibrary.NumericUpDownEx nb_totalMoney;
- public ComponentLibrary.ButtonEx btn_Cancel;
- public ComponentLibrary.ButtonEx btn_save;
- }
- }
|