ConfigForm.Designer.cs 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. namespace CLIP.eForm.Consent.UI
  2. {
  3. partial class ConfigForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btnOK = new System.Windows.Forms.Button();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.numericUpDownMoniterNumberNumber = new System.Windows.Forms.NumericUpDown();
  31. ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMoniterNumberNumber)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // btnOK
  35. //
  36. this.btnOK.Location = new System.Drawing.Point(101, 202);
  37. this.btnOK.Name = "btnOK";
  38. this.btnOK.Size = new System.Drawing.Size(75, 36);
  39. this.btnOK.TabIndex = 0;
  40. this.btnOK.Text = "확인";
  41. this.btnOK.UseVisualStyleBackColor = true;
  42. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  43. //
  44. // label1
  45. //
  46. this.label1.AutoSize = true;
  47. this.label1.Location = new System.Drawing.Point(12, 40);
  48. this.label1.Name = "label1";
  49. this.label1.Size = new System.Drawing.Size(109, 12);
  50. this.label1.TabIndex = 2;
  51. this.label1.Text = "고정할 모니터 번호";
  52. //
  53. // numericUpDownMoniterNumberNumber
  54. //
  55. this.numericUpDownMoniterNumberNumber.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  56. this.numericUpDownMoniterNumberNumber.Location = new System.Drawing.Point(127, 37);
  57. this.numericUpDownMoniterNumberNumber.Maximum = new decimal(new int[] {
  58. 256,
  59. 0,
  60. 0,
  61. 0});
  62. this.numericUpDownMoniterNumberNumber.Minimum = new decimal(new int[] {
  63. 1,
  64. 0,
  65. 0,
  66. 0});
  67. this.numericUpDownMoniterNumberNumber.Name = "numericUpDownMoniterNumberNumber";
  68. this.numericUpDownMoniterNumberNumber.Size = new System.Drawing.Size(104, 22);
  69. this.numericUpDownMoniterNumberNumber.TabIndex = 3;
  70. this.numericUpDownMoniterNumberNumber.Value = new decimal(new int[] {
  71. 1,
  72. 0,
  73. 0,
  74. 0});
  75. //
  76. // ConfigForm
  77. //
  78. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  79. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  80. this.ClientSize = new System.Drawing.Size(276, 250);
  81. this.Controls.Add(this.numericUpDownMoniterNumberNumber);
  82. this.Controls.Add(this.label1);
  83. this.Controls.Add(this.btnOK);
  84. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  85. this.MaximizeBox = false;
  86. this.MinimizeBox = false;
  87. this.Name = "ConfigForm";
  88. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  89. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  90. this.Text = "환경설정";
  91. ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMoniterNumberNumber)).EndInit();
  92. this.ResumeLayout(false);
  93. this.PerformLayout();
  94. }
  95. #endregion
  96. private System.Windows.Forms.Button btnOK;
  97. private System.Windows.Forms.Label label1;
  98. private System.Windows.Forms.NumericUpDown numericUpDownMoniterNumberNumber;
  99. }
  100. }