Exemplo n.º 1
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.grabItButton = new System.Windows.Forms.Button();
     this.instantSaveButton = new System.Windows.Forms.Button();
     this.debugTimer = new System.Windows.Forms.Timer(this.components);
     this.autoCheckBox = new System.Windows.Forms.CheckBox();
     this.autoSaveLabel = new ImageRakerToolbar.TransparentLabel();
     this.deleteAutoSavedButton = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // grabItButton
     //
     this.grabItButton.Location = new System.Drawing.Point(3, 3);
     this.grabItButton.Name = "grabItButton";
     this.grabItButton.Size = new System.Drawing.Size(82, 23);
     this.grabItButton.TabIndex = 0;
     this.grabItButton.Text = "이미지 저장";
     this.grabItButton.UseVisualStyleBackColor = true;
     this.grabItButton.Click += new System.EventHandler(this.grabItButton_Click);
     //
     // instantSaveButton
     //
     this.instantSaveButton.Location = new System.Drawing.Point(91, 3);
     this.instantSaveButton.Name = "instantSaveButton";
     this.instantSaveButton.Size = new System.Drawing.Size(67, 23);
     this.instantSaveButton.TabIndex = 1;
     this.instantSaveButton.Text = "바로 저장";
     this.instantSaveButton.UseVisualStyleBackColor = true;
     this.instantSaveButton.Click += new System.EventHandler(this.instantSaveButton_Click);
     //
     // debugTimer
     //
     this.debugTimer.Enabled = true;
     this.debugTimer.Interval = 30000;
     this.debugTimer.Tick += new System.EventHandler(this.debugTimer_Tick);
     //
     // autoCheckBox
     //
     this.autoCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
     this.autoCheckBox.Location = new System.Drawing.Point(164, 3);
     this.autoCheckBox.Name = "autoCheckBox";
     this.autoCheckBox.Size = new System.Drawing.Size(67, 22);
     this.autoCheckBox.TabIndex = 3;
     this.autoCheckBox.Text = "자동 저장";
     this.autoCheckBox.UseVisualStyleBackColor = true;
     this.autoCheckBox.CheckedChanged += new System.EventHandler(this.autoCheckBox_CheckedChanged);
     //
     // autoSaveLabel
     //
     this.autoSaveLabel.Location = new System.Drawing.Point(246, 8);
     this.autoSaveLabel.Name = "autoSaveLabel";
     this.autoSaveLabel.Size = new System.Drawing.Size(179, 12);
     this.autoSaveLabel.TabIndex = 4;
     this.autoSaveLabel.Text = "NN개의 이미지를 저장했습니다.";
     //
     // deleteAutoSavedButton
     //
     this.deleteAutoSavedButton.Location = new System.Drawing.Point(431, 3);
     this.deleteAutoSavedButton.Name = "deleteAutoSavedButton";
     this.deleteAutoSavedButton.Size = new System.Drawing.Size(38, 23);
     this.deleteAutoSavedButton.TabIndex = 5;
     this.deleteAutoSavedButton.Text = "취소";
     this.deleteAutoSavedButton.UseVisualStyleBackColor = true;
     this.deleteAutoSavedButton.Click += new System.EventHandler(this.deleteAutoSavedButton_Click);
     //
     // Toolbar
     //
     this.Controls.Add(this.deleteAutoSavedButton);
     this.Controls.Add(this.autoSaveLabel);
     this.Controls.Add(this.autoCheckBox);
     this.Controls.Add(this.instantSaveButton);
     this.Controls.Add(this.grabItButton);
     this.Name = "Toolbar";
     this.Size = new System.Drawing.Size(799, 102);
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 private void InitializeComponent()
 {
     this.components            = new System.ComponentModel.Container();
     this.grabItButton          = new System.Windows.Forms.Button();
     this.instantSaveButton     = new System.Windows.Forms.Button();
     this.debugTimer            = new System.Windows.Forms.Timer(this.components);
     this.autoCheckBox          = new System.Windows.Forms.CheckBox();
     this.autoSaveLabel         = new ImageRakerToolbar.TransparentLabel();
     this.deleteAutoSavedButton = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // grabItButton
     //
     this.grabItButton.Location = new System.Drawing.Point(3, 3);
     this.grabItButton.Name     = "grabItButton";
     this.grabItButton.Size     = new System.Drawing.Size(82, 23);
     this.grabItButton.TabIndex = 0;
     this.grabItButton.Text     = "이미지 저장";
     this.grabItButton.UseVisualStyleBackColor = true;
     this.grabItButton.Click += new System.EventHandler(this.grabItButton_Click);
     //
     // instantSaveButton
     //
     this.instantSaveButton.Location = new System.Drawing.Point(91, 3);
     this.instantSaveButton.Name     = "instantSaveButton";
     this.instantSaveButton.Size     = new System.Drawing.Size(67, 23);
     this.instantSaveButton.TabIndex = 1;
     this.instantSaveButton.Text     = "바로 저장";
     this.instantSaveButton.UseVisualStyleBackColor = true;
     this.instantSaveButton.Click += new System.EventHandler(this.instantSaveButton_Click);
     //
     // debugTimer
     //
     this.debugTimer.Enabled  = true;
     this.debugTimer.Interval = 30000;
     this.debugTimer.Tick    += new System.EventHandler(this.debugTimer_Tick);
     //
     // autoCheckBox
     //
     this.autoCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
     this.autoCheckBox.Location   = new System.Drawing.Point(164, 3);
     this.autoCheckBox.Name       = "autoCheckBox";
     this.autoCheckBox.Size       = new System.Drawing.Size(67, 22);
     this.autoCheckBox.TabIndex   = 3;
     this.autoCheckBox.Text       = "자동 저장";
     this.autoCheckBox.UseVisualStyleBackColor = true;
     this.autoCheckBox.CheckedChanged         += new System.EventHandler(this.autoCheckBox_CheckedChanged);
     //
     // autoSaveLabel
     //
     this.autoSaveLabel.Location = new System.Drawing.Point(246, 8);
     this.autoSaveLabel.Name     = "autoSaveLabel";
     this.autoSaveLabel.Size     = new System.Drawing.Size(179, 12);
     this.autoSaveLabel.TabIndex = 4;
     this.autoSaveLabel.Text     = "NN개의 이미지를 저장했습니다.";
     //
     // deleteAutoSavedButton
     //
     this.deleteAutoSavedButton.Location = new System.Drawing.Point(431, 3);
     this.deleteAutoSavedButton.Name     = "deleteAutoSavedButton";
     this.deleteAutoSavedButton.Size     = new System.Drawing.Size(38, 23);
     this.deleteAutoSavedButton.TabIndex = 5;
     this.deleteAutoSavedButton.Text     = "취소";
     this.deleteAutoSavedButton.UseVisualStyleBackColor = true;
     this.deleteAutoSavedButton.Click += new System.EventHandler(this.deleteAutoSavedButton_Click);
     //
     // Toolbar
     //
     this.Controls.Add(this.deleteAutoSavedButton);
     this.Controls.Add(this.autoSaveLabel);
     this.Controls.Add(this.autoCheckBox);
     this.Controls.Add(this.instantSaveButton);
     this.Controls.Add(this.grabItButton);
     this.Name = "Toolbar";
     this.Size = new System.Drawing.Size(799, 102);
     this.ResumeLayout(false);
 }