1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- namespace UAS_LabelMachine
- {
- partial class ChangeMaster
- {
- /// <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.Master = new System.Windows.Forms.Label();
- this.MasterCombox = new System.Windows.Forms.ComboBox();
- this.button1 = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // Master
- //
- this.Master.AutoSize = true;
- this.Master.BackColor = System.Drawing.Color.Transparent;
- this.Master.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Master.Location = new System.Drawing.Point(29, 97);
- this.Master.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.Master.Name = "Master";
- this.Master.Size = new System.Drawing.Size(82, 41);
- this.Master.TabIndex = 10;
- this.Master.Text = "账套";
- //
- // MasterCombox
- //
- this.MasterCombox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.MasterCombox.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.MasterCombox.FormattingEnabled = true;
- this.MasterCombox.Location = new System.Drawing.Point(141, 94);
- this.MasterCombox.Margin = new System.Windows.Forms.Padding(6);
- this.MasterCombox.Name = "MasterCombox";
- this.MasterCombox.Size = new System.Drawing.Size(346, 49);
- this.MasterCombox.TabIndex = 9;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(189, 225);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(130, 39);
- this.button1.TabIndex = 11;
- this.button1.Text = "确认";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // ChangeMaster
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(513, 308);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.Master);
- this.Controls.Add(this.MasterCombox);
- this.MaximizeBox = false;
- this.Name = "ChangeMaster";
- this.Text = "切换账套";
- this.Load += new System.EventHandler(this.ChangeMaster_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label Master;
- private System.Windows.Forms.ComboBox MasterCombox;
- private System.Windows.Forms.Button button1;
- }
- }
|