123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- namespace BooksManageSystem
- {
- partial class BookSelector
- {
- /// <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 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
- this.btn_dispose = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
- this.SuspendLayout();
- //
- // comboBox1
- //
- this.comboBox1.BackColor = System.Drawing.SystemColors.Window;
- this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.ItemHeight = 17;
- this.comboBox1.Location = new System.Drawing.Point(3, 3);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(311, 25);
- this.comboBox1.TabIndex = 1;
- this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
- this.comboBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.comboBox1_MouseClick);
- this.comboBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.comboBox1_MouseDown);
- //
- // numericUpDown1
- //
- this.numericUpDown1.BackColor = System.Drawing.SystemColors.Control;
- this.numericUpDown1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.numericUpDown1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.numericUpDown1.Location = new System.Drawing.Point(320, 4);
- this.numericUpDown1.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.numericUpDown1.Name = "numericUpDown1";
- this.numericUpDown1.Size = new System.Drawing.Size(69, 23);
- this.numericUpDown1.TabIndex = 2;
- this.numericUpDown1.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // btn_dispose
- //
- this.btn_dispose.BackColor = System.Drawing.Color.Red;
- this.btn_dispose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btn_dispose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_dispose.ForeColor = System.Drawing.SystemColors.Window;
- this.btn_dispose.Location = new System.Drawing.Point(722, 2);
- this.btn_dispose.Name = "btn_dispose";
- this.btn_dispose.Size = new System.Drawing.Size(25, 25);
- this.btn_dispose.TabIndex = 0;
- this.btn_dispose.Text = "删";
- this.btn_dispose.UseVisualStyleBackColor = false;
- this.btn_dispose.Click += new System.EventHandler(this.btn_dispose_Click);
- //
- // BookSelector
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.btn_dispose);
- this.Controls.Add(this.numericUpDown1);
- this.Controls.Add(this.comboBox1);
- this.Name = "BookSelector";
- this.Size = new System.Drawing.Size(750, 31);
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.NumericUpDown numericUpDown1;
- private System.Windows.Forms.Button btn_dispose;
- }
- }
|