123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- namespace CLIP.eForm.Consent.UI
- {
- partial class ConfigForm
- {
- /// <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.btnOK = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.numericUpDownMoniterNumberNumber = new System.Windows.Forms.NumericUpDown();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMoniterNumberNumber)).BeginInit();
- this.SuspendLayout();
- //
- // btnOK
- //
- this.btnOK.Location = new System.Drawing.Point(101, 202);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(75, 36);
- this.btnOK.TabIndex = 0;
- this.btnOK.Text = "확인";
- this.btnOK.UseVisualStyleBackColor = true;
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(12, 40);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(109, 12);
- this.label1.TabIndex = 2;
- this.label1.Text = "고정할 모니터 번호";
- //
- // numericUpDownMoniterNumberNumber
- //
- this.numericUpDownMoniterNumberNumber.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.numericUpDownMoniterNumberNumber.Location = new System.Drawing.Point(127, 37);
- this.numericUpDownMoniterNumberNumber.Maximum = new decimal(new int[] {
- 256,
- 0,
- 0,
- 0});
- this.numericUpDownMoniterNumberNumber.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.numericUpDownMoniterNumberNumber.Name = "numericUpDownMoniterNumberNumber";
- this.numericUpDownMoniterNumberNumber.Size = new System.Drawing.Size(104, 22);
- this.numericUpDownMoniterNumberNumber.TabIndex = 3;
- this.numericUpDownMoniterNumberNumber.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // ConfigForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(276, 250);
- this.Controls.Add(this.numericUpDownMoniterNumberNumber);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.btnOK);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "ConfigForm";
- this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "환경설정";
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMoniterNumberNumber)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button btnOK;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.NumericUpDown numericUpDownMoniterNumberNumber;
- }
- }
|