| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- namespace Core.StlMes.Client.SaleOrder
- {
- partial class orderLineYesNo
- {
- /// <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.buttonFromBut = new System.Windows.Forms.Button();
- this.buttonCol = new System.Windows.Forms.Button();
- this.buttonClar = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // buttonFromBut
- //
- this.buttonFromBut.Location = new System.Drawing.Point(-1, 0);
- this.buttonFromBut.Name = "buttonFromBut";
- this.buttonFromBut.Size = new System.Drawing.Size(65, 23);
- this.buttonFromBut.TabIndex = 0;
- this.buttonFromBut.UseVisualStyleBackColor = true;
- this.buttonFromBut.Click += new System.EventHandler(this.buttonFromBut_Click);
- //
- // buttonCol
- //
- this.buttonCol.Location = new System.Drawing.Point(137, 0);
- this.buttonCol.Name = "buttonCol";
- this.buttonCol.Size = new System.Drawing.Size(65, 23);
- this.buttonCol.TabIndex = 0;
- this.buttonCol.Text = "关闭";
- this.buttonCol.UseVisualStyleBackColor = true;
- this.buttonCol.Click += new System.EventHandler(this.buttonCol_Click);
- //
- // buttonClar
- //
- this.buttonClar.Location = new System.Drawing.Point(68, 0);
- this.buttonClar.Name = "buttonClar";
- this.buttonClar.Size = new System.Drawing.Size(65, 23);
- this.buttonClar.TabIndex = 0;
- this.buttonClar.Text = "清空数据";
- this.buttonClar.UseVisualStyleBackColor = true;
- this.buttonClar.Click += new System.EventHandler(this.buttonClar_Click);
- //
- // orderLineYesNo
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSize = true;
- this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.BackColor = System.Drawing.SystemColors.ButtonFace;
- this.ClientSize = new System.Drawing.Size(201, 23);
- this.Controls.Add(this.buttonClar);
- this.Controls.Add(this.buttonCol);
- this.Controls.Add(this.buttonFromBut);
- this.ForeColor = System.Drawing.SystemColors.ControlText;
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "orderLineYesNo";
- this.ShowIcon = false;
- this.Load += new System.EventHandler(this.orderLineYesNo_Load);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button buttonFromBut;
- private System.Windows.Forms.Button buttonCol;
- private System.Windows.Forms.Button buttonClar;
- }
- }
|