⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 handseditorform.designer.cs

📁 中文名:Windows Forms 程序设计 英文名:Windows Forms Programming in c# 作者: Chris Sells 翻译: 荣耀 蒋贤哲 出版社:人民
💻 CS
📖 第 1 页 / 共 2 页
字号:
      this.mhColorButton.Location = new System.Drawing.Point(187, 13);
      this.mhColorButton.Name = "mhColorButton";
      this.mhColorButton.Size = new System.Drawing.Size(27, 22);
      this.mhColorButton.TabIndex = 2;
      this.mhColorButton.Text = "...";
      this.mhColorButton.Click += new System.EventHandler(this.mhColorButton_Click);
      // 
      // mhNumericUpDown
      // 
      this.mhNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.mhNumericUpDown.Location = new System.Drawing.Point(63, 37);
      this.mhNumericUpDown.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
      this.mhNumericUpDown.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
      this.mhNumericUpDown.Name = "mhNumericUpDown";
      this.mhNumericUpDown.Size = new System.Drawing.Size(151, 20);
      this.mhNumericUpDown.TabIndex = 4;
      this.mhNumericUpDown.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
      // 
      // label3
      // 
      this.label3.AutoSize = true;
      this.label3.Location = new System.Drawing.Point(6, 39);
      this.label3.Name = "label3";
      this.label3.Size = new System.Drawing.Size(38, 13);
      this.label3.TabIndex = 3;
      this.label3.Text = "Width:";
      // 
      // label4
      // 
      this.label4.AutoSize = true;
      this.label4.Location = new System.Drawing.Point(6, 19);
      this.label4.Name = "label4";
      this.label4.Size = new System.Drawing.Size(34, 13);
      this.label4.TabIndex = 0;
      this.label4.Text = "Color:";
      // 
      // groupBox3
      // 
      this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBox3.Controls.Add(this.shColorButton);
      this.groupBox3.Controls.Add(this.shColorPanel);
      this.groupBox3.Controls.Add(this.shNumericUpDown);
      this.groupBox3.Controls.Add(this.label5);
      this.groupBox3.Controls.Add(this.label6);
      this.groupBox3.Location = new System.Drawing.Point(12, 160);
      this.groupBox3.Name = "groupBox3";
      this.groupBox3.Size = new System.Drawing.Size(220, 68);
      this.groupBox3.TabIndex = 2;
      this.groupBox3.TabStop = false;
      this.groupBox3.Text = "Second Hand";
      // 
      // shColorButton
      // 
      this.shColorButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.shColorButton.Location = new System.Drawing.Point(187, 13);
      this.shColorButton.Name = "shColorButton";
      this.shColorButton.Size = new System.Drawing.Size(27, 22);
      this.shColorButton.TabIndex = 2;
      this.shColorButton.Text = "...";
      this.shColorButton.Click += new System.EventHandler(this.shColorButton_Click);
      // 
      // shColorPanel
      // 
      this.shColorPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.shColorPanel.Location = new System.Drawing.Point(63, 13);
      this.shColorPanel.Name = "shColorPanel";
      this.shColorPanel.Size = new System.Drawing.Size(118, 20);
      this.shColorPanel.TabIndex = 1;
      // 
      // shNumericUpDown
      // 
      this.shNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.shNumericUpDown.Location = new System.Drawing.Point(63, 37);
      this.shNumericUpDown.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
      this.shNumericUpDown.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
      this.shNumericUpDown.Name = "shNumericUpDown";
      this.shNumericUpDown.Size = new System.Drawing.Size(151, 20);
      this.shNumericUpDown.TabIndex = 4;
      this.shNumericUpDown.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
      // 
      // label5
      // 
      this.label5.AutoSize = true;
      this.label5.Location = new System.Drawing.Point(6, 39);
      this.label5.Name = "label5";
      this.label5.Size = new System.Drawing.Size(38, 13);
      this.label5.TabIndex = 3;
      this.label5.Text = "Width:";
      // 
      // label6
      // 
      this.label6.AutoSize = true;
      this.label6.Location = new System.Drawing.Point(6, 19);
      this.label6.Name = "label6";
      this.label6.Size = new System.Drawing.Size(34, 13);
      this.label6.TabIndex = 0;
      this.label6.Text = "Color:";
      // 
      // HandsEditorForm
      // 
      this.AcceptButton = this.okButton;
      this.CancelButton = this.cancelButton;
      this.ClientSize = new System.Drawing.Size(244, 277);
      this.Controls.Add(this.groupBox3);
      this.Controls.Add(this.groupBox2);
      this.Controls.Add(this.groupBox1);
      this.Controls.Add(this.cancelButton);
      this.Controls.Add(this.okButton);
      this.MinimumSize = new System.Drawing.Size(252, 311);
      this.Name = "HandsEditorForm";
      this.ShowInTaskbar = false;
      this.Text = "Edit Clock Hands";
      this.groupBox1.ResumeLayout(false);
      this.groupBox1.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.hhNumericUpDown)).EndInit();
      this.groupBox2.ResumeLayout(false);
      this.groupBox2.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.mhNumericUpDown)).EndInit();
      this.groupBox3.ResumeLayout(false);
      this.groupBox3.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.shNumericUpDown)).EndInit();
      this.ResumeLayout(false);

    }

    #endregion

    private System.Windows.Forms.Button okButton;
    private System.Windows.Forms.Button cancelButton;
    private System.Windows.Forms.GroupBox groupBox1;
    private System.Windows.Forms.Panel hhColorPanel;
    private System.Windows.Forms.NumericUpDown hhNumericUpDown;
    private System.Windows.Forms.Label label2;
    private System.Windows.Forms.Label label1;
    private System.Windows.Forms.GroupBox groupBox2;
    private System.Windows.Forms.Panel mhColorPanel;
    private System.Windows.Forms.NumericUpDown mhNumericUpDown;
    private System.Windows.Forms.Label label3;
    private System.Windows.Forms.Label label4;
    private System.Windows.Forms.GroupBox groupBox3;
    private System.Windows.Forms.Panel shColorPanel;
    private System.Windows.Forms.NumericUpDown shNumericUpDown;
    private System.Windows.Forms.Label label5;
    private System.Windows.Forms.Label label6;
    private System.Windows.Forms.Button hhColorButton;
    private System.Windows.Forms.Button mhColorButton;
    private System.Windows.Forms.Button shColorButton;
    private System.Windows.Forms.ColorDialog colorDialog;
  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -