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

📄 colorpickerdialog.designer.cs

📁 一个C#开发的类似PHOTOSHOP的软件,用到了很多图形算法.
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace PhotoSprite
{
  partial class ColorPickerDialog
  {
    /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
      this.luminancePictureBox = new System.Windows.Forms.PictureBox();
      this.saturationPictureBox = new System.Windows.Forms.PictureBox();
      this.luminanceUpDown = new System.Windows.Forms.NumericUpDown();
      this.saturationUpDown = new System.Windows.Forms.NumericUpDown();
      this.hueUpDown = new System.Windows.Forms.NumericUpDown();
      this.huePictureBox = new System.Windows.Forms.PictureBox();
      this.label3 = new System.Windows.Forms.Label();
      this.luminanceTrackBar = new System.Windows.Forms.TrackBar();
      this.saturationTrackBar = new System.Windows.Forms.TrackBar();
      this.hueTrackBar = new System.Windows.Forms.TrackBar();
      this.label1 = new System.Windows.Forms.Label();
      this.label2 = new System.Windows.Forms.Label();
      this.groupBox2 = new System.Windows.Forms.GroupBox();
      this.colorPreviewLabel = new System.Windows.Forms.Label();
      this.groupBox3 = new System.Windows.Forms.GroupBox();
      this.transparencyLabel = new System.Windows.Forms.Label();
      this.blueUpDown = new System.Windows.Forms.NumericUpDown();
      this.greenUpDown = new System.Windows.Forms.NumericUpDown();
      this.redUpDown = new System.Windows.Forms.NumericUpDown();
      this.label12 = new System.Windows.Forms.Label();
      this.rgbHexTextBox = new System.Windows.Forms.TextBox();
      this.label17 = new System.Windows.Forms.Label();
      this.label11 = new System.Windows.Forms.Label();
      this.label10 = new System.Windows.Forms.Label();
      this.btnCancel = new System.Windows.Forms.Button();
      this.btnOk = new System.Windows.Forms.Button();
      this.groupBox1.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.luminancePictureBox)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.saturationPictureBox)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.luminanceUpDown)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.saturationUpDown)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.hueUpDown)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.huePictureBox)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.luminanceTrackBar)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.saturationTrackBar)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.hueTrackBar)).BeginInit();
      this.groupBox2.SuspendLayout();
      this.groupBox3.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.blueUpDown)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.greenUpDown)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.redUpDown)).BeginInit();
      this.SuspendLayout();
      // 
      // groupBox1
      // 
      this.groupBox1.Controls.Add(this.luminancePictureBox);
      this.groupBox1.Controls.Add(this.saturationPictureBox);
      this.groupBox1.Controls.Add(this.luminanceUpDown);
      this.groupBox1.Controls.Add(this.saturationUpDown);
      this.groupBox1.Controls.Add(this.hueUpDown);
      this.groupBox1.Controls.Add(this.huePictureBox);
      this.groupBox1.Controls.Add(this.label3);
      this.groupBox1.Controls.Add(this.luminanceTrackBar);
      this.groupBox1.Controls.Add(this.saturationTrackBar);
      this.groupBox1.Controls.Add(this.hueTrackBar);
      this.groupBox1.Controls.Add(this.label1);
      this.groupBox1.Controls.Add(this.label2);
      this.groupBox1.Location = new System.Drawing.Point(12, 12);
      this.groupBox1.Name = "groupBox1";
      this.groupBox1.Size = new System.Drawing.Size(211, 258);
      this.groupBox1.TabIndex = 101;
      this.groupBox1.TabStop = false;
      this.groupBox1.Text = "HSL";
      // 
      // luminancePictureBox
      // 
      this.luminancePictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
      this.luminancePictureBox.Location = new System.Drawing.Point(171, 30);
      this.luminancePictureBox.Name = "luminancePictureBox";
      this.luminancePictureBox.Size = new System.Drawing.Size(24, 180);
      this.luminancePictureBox.TabIndex = 7;
      this.luminancePictureBox.TabStop = false;
      // 
      // saturationPictureBox
      // 
      this.saturationPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
      this.saturationPictureBox.Location = new System.Drawing.Point(105, 30);
      this.saturationPictureBox.Name = "saturationPictureBox";
      this.saturationPictureBox.Size = new System.Drawing.Size(24, 180);
      this.saturationPictureBox.TabIndex = 6;
      this.saturationPictureBox.TabStop = false;
      // 
      // luminanceUpDown
      // 
      this.luminanceUpDown.Location = new System.Drawing.Point(156, 226);
      this.luminanceUpDown.Name = "luminanceUpDown";
      this.luminanceUpDown.Size = new System.Drawing.Size(41, 21);
      this.luminanceUpDown.TabIndex = 8;
      this.luminanceUpDown.ValueChanged += new System.EventHandler(this.luminanceUpDown_ValueChanged);
      // 
      // saturationUpDown
      // 
      this.saturationUpDown.Location = new System.Drawing.Point(90, 226);
      this.saturationUpDown.Name = "saturationUpDown";
      this.saturationUpDown.Size = new System.Drawing.Size(41, 21);
      this.saturationUpDown.TabIndex = 7;
      this.saturationUpDown.ValueChanged += new System.EventHandler(this.saturationUpDown_ValueChanged);
      // 
      // hueUpDown
      // 
      this.hueUpDown.Location = new System.Drawing.Point(24, 226);
      this.hueUpDown.Maximum = new decimal(new int[] {
            359,
            0,
            0,
            0});
      this.hueUpDown.Name = "hueUpDown";
      this.hueUpDown.Size = new System.Drawing.Size(41, 21);
      this.hueUpDown.TabIndex = 6;
      this.hueUpDown.ValueChanged += new System.EventHandler(this.hueUpDown_ValueChanged);
      // 
      // huePictureBox
      // 
      this.huePictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
      this.huePictureBox.Location = new System.Drawing.Point(39, 30);
      this.huePictureBox.Name = "huePictureBox";
      this.huePictureBox.Size = new System.Drawing.Size(24, 180);
      this.huePictureBox.TabIndex = 5;
      this.huePictureBox.TabStop = false;
      // 
      // label3
      // 
      this.label3.AutoSize = true;
      this.label3.Location = new System.Drawing.Point(137, 230);
      this.label3.Name = "label3";
      this.label3.Size = new System.Drawing.Size(17, 12);
      this.label3.TabIndex = 0;
      this.label3.Text = "L:";
      // 
      // luminanceTrackBar
      // 
      this.luminanceTrackBar.AutoSize = false;
      this.luminanceTrackBar.Location = new System.Drawing.Point(143, 17);
      this.luminanceTrackBar.Maximum = 100;
      this.luminanceTrackBar.Name = "luminanceTrackBar";
      this.luminanceTrackBar.Orientation = System.Windows.Forms.Orientation.Vertical;
      this.luminanceTrackBar.Size = new System.Drawing.Size(25, 206);
      this.luminanceTrackBar.TabIndex = 5;
      this.luminanceTrackBar.TickFrequency = 0;
      this.luminanceTrackBar.Scroll += new System.EventHandler(this.luminanceTrackBar_Scroll);
      // 
      // saturationTrackBar
      // 
      this.saturationTrackBar.AutoSize = false;
      this.saturationTrackBar.Location = new System.Drawing.Point(77, 17);
      this.saturationTrackBar.Maximum = 100;
      this.saturationTrackBar.Name = "saturationTrackBar";
      this.saturationTrackBar.Orientation = System.Windows.Forms.Orientation.Vertical;
      this.saturationTrackBar.Size = new System.Drawing.Size(25, 206);
      this.saturationTrackBar.TabIndex = 4;
      this.saturationTrackBar.TickFrequency = 0;
      this.saturationTrackBar.Scroll += new System.EventHandler(this.saturationTrackBar_Scroll);
      // 
      // hueTrackBar
      // 
      this.hueTrackBar.AutoSize = false;
      this.hueTrackBar.Location = new System.Drawing.Point(11, 17);
      this.hueTrackBar.Maximum = 359;
      this.hueTrackBar.Name = "hueTrackBar";
      this.hueTrackBar.Orientation = System.Windows.Forms.Orientation.Vertical;
      this.hueTrackBar.Size = new System.Drawing.Size(25, 206);
      this.hueTrackBar.TabIndex = 3;
      this.hueTrackBar.TickFrequency = 0;
      this.hueTrackBar.Scroll += new System.EventHandler(this.hueTrackBar_Scroll);
      // 
      // label1
      // 
      this.label1.AutoSize = true;
      this.label1.Location = new System.Drawing.Point(5, 230);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(17, 12);
      this.label1.TabIndex = 0;
      this.label1.Text = "H:";
      // 
      // label2
      // 
      this.label2.AutoSize = true;
      this.label2.Location = new System.Drawing.Point(71, 230);
      this.label2.Name = "label2";
      this.label2.Size = new System.Drawing.Size(17, 12);
      this.label2.TabIndex = 0;
      this.label2.Text = "S:";
      // 
      // groupBox2
      // 
      this.groupBox2.Controls.Add(this.colorPreviewLabel);
      this.groupBox2.Location = new System.Drawing.Point(229, 12);

⌨️ 快捷键说明

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