frmModalUnitDataSelect.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. namespace FPER
  2. {
  3. partial class frmModalUnitDataSelect
  4. {
  5. /// <summary>
  6. /// 필수 디자이너 변수입니다.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 사용 중인 모든 리소스를 정리합니다.
  11. /// </summary>
  12. /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 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 디자이너에서 생성한 코드
  22. /// <summary>
  23. /// 디자이너 지원에 필요한 메서드입니다.
  24. /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmModalUnitDataSelect));
  30. this.btnOK = new System.Windows.Forms.Button();
  31. this.btnClose = new System.Windows.Forms.Button();
  32. this.label0 = new System.Windows.Forms.Label();
  33. this.checkBox1 = new System.Windows.Forms.CheckBox();
  34. this.checkBox2 = new System.Windows.Forms.CheckBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.checkBox3 = new System.Windows.Forms.CheckBox();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.checkBox4 = new System.Windows.Forms.CheckBox();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  41. this.lblTitle = new System.Windows.Forms.Label();
  42. this.SuspendLayout();
  43. //
  44. // btnOK
  45. //
  46. this.btnOK.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  47. this.btnOK.Location = new System.Drawing.Point(80, 155);
  48. this.btnOK.Name = "btnOK";
  49. this.btnOK.Size = new System.Drawing.Size(145, 43);
  50. this.btnOK.TabIndex = 4;
  51. this.btnOK.Text = "확인";
  52. this.btnOK.UseVisualStyleBackColor = true;
  53. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  54. //
  55. // btnClose
  56. //
  57. this.btnClose.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  58. this.btnClose.Location = new System.Drawing.Point(318, 155);
  59. this.btnClose.Name = "btnClose";
  60. this.btnClose.Size = new System.Drawing.Size(145, 43);
  61. this.btnClose.TabIndex = 5;
  62. this.btnClose.Text = "취소";
  63. this.btnClose.UseVisualStyleBackColor = true;
  64. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  65. //
  66. // label0
  67. //
  68. this.label0.BackColor = System.Drawing.Color.Lime;
  69. this.label0.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  70. this.label0.Location = new System.Drawing.Point(19, 67);
  71. this.label0.Name = "label0";
  72. this.label0.Size = new System.Drawing.Size(126, 31);
  73. this.label0.TabIndex = 63;
  74. this.label0.Text = "1";
  75. this.label0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  76. //
  77. // checkBox1
  78. //
  79. this.checkBox1.Appearance = System.Windows.Forms.Appearance.Button;
  80. this.checkBox1.BackColor = System.Drawing.Color.WhiteSmoke;
  81. this.checkBox1.FlatAppearance.BorderColor = System.Drawing.Color.White;
  82. this.checkBox1.FlatAppearance.BorderSize = 0;
  83. this.checkBox1.FlatAppearance.CheckedBackColor = System.Drawing.Color.Blue;
  84. this.checkBox1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Black;
  85. this.checkBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  86. this.checkBox1.Image = ((System.Drawing.Image)(resources.GetObject("checkBox1.Image")));
  87. this.checkBox1.Location = new System.Drawing.Point(18, 100);
  88. this.checkBox1.Name = "checkBox1";
  89. this.checkBox1.Size = new System.Drawing.Size(126, 42);
  90. this.checkBox1.TabIndex = 64;
  91. this.checkBox1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  92. this.checkBox1.UseVisualStyleBackColor = false;
  93. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  94. //
  95. // checkBox2
  96. //
  97. this.checkBox2.Appearance = System.Windows.Forms.Appearance.Button;
  98. this.checkBox2.BackColor = System.Drawing.Color.WhiteSmoke;
  99. this.checkBox2.FlatAppearance.BorderColor = System.Drawing.Color.White;
  100. this.checkBox2.FlatAppearance.BorderSize = 0;
  101. this.checkBox2.FlatAppearance.CheckedBackColor = System.Drawing.Color.Blue;
  102. this.checkBox2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Black;
  103. this.checkBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  104. this.checkBox2.Image = ((System.Drawing.Image)(resources.GetObject("checkBox2.Image")));
  105. this.checkBox2.Location = new System.Drawing.Point(144, 100);
  106. this.checkBox2.Name = "checkBox2";
  107. this.checkBox2.Size = new System.Drawing.Size(126, 42);
  108. this.checkBox2.TabIndex = 66;
  109. this.checkBox2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  110. this.checkBox2.UseVisualStyleBackColor = false;
  111. this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
  112. //
  113. // label1
  114. //
  115. this.label1.BackColor = System.Drawing.Color.Lime;
  116. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  117. this.label1.Location = new System.Drawing.Point(145, 67);
  118. this.label1.Name = "label1";
  119. this.label1.Size = new System.Drawing.Size(126, 31);
  120. this.label1.TabIndex = 65;
  121. this.label1.Text = "2";
  122. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  123. //
  124. // checkBox3
  125. //
  126. this.checkBox3.Appearance = System.Windows.Forms.Appearance.Button;
  127. this.checkBox3.BackColor = System.Drawing.Color.WhiteSmoke;
  128. this.checkBox3.FlatAppearance.BorderColor = System.Drawing.Color.White;
  129. this.checkBox3.FlatAppearance.BorderSize = 0;
  130. this.checkBox3.FlatAppearance.CheckedBackColor = System.Drawing.Color.Blue;
  131. this.checkBox3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Black;
  132. this.checkBox3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  133. this.checkBox3.Image = ((System.Drawing.Image)(resources.GetObject("checkBox3.Image")));
  134. this.checkBox3.Location = new System.Drawing.Point(270, 100);
  135. this.checkBox3.Name = "checkBox3";
  136. this.checkBox3.Size = new System.Drawing.Size(126, 42);
  137. this.checkBox3.TabIndex = 68;
  138. this.checkBox3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  139. this.checkBox3.UseVisualStyleBackColor = false;
  140. this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
  141. //
  142. // label2
  143. //
  144. this.label2.BackColor = System.Drawing.Color.Lime;
  145. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  146. this.label2.Location = new System.Drawing.Point(271, 67);
  147. this.label2.Name = "label2";
  148. this.label2.Size = new System.Drawing.Size(126, 31);
  149. this.label2.TabIndex = 67;
  150. this.label2.Text = "3";
  151. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  152. //
  153. // checkBox4
  154. //
  155. this.checkBox4.Appearance = System.Windows.Forms.Appearance.Button;
  156. this.checkBox4.BackColor = System.Drawing.Color.WhiteSmoke;
  157. this.checkBox4.FlatAppearance.BorderColor = System.Drawing.Color.White;
  158. this.checkBox4.FlatAppearance.BorderSize = 0;
  159. this.checkBox4.FlatAppearance.CheckedBackColor = System.Drawing.Color.Blue;
  160. this.checkBox4.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Black;
  161. this.checkBox4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  162. this.checkBox4.Image = ((System.Drawing.Image)(resources.GetObject("checkBox4.Image")));
  163. this.checkBox4.Location = new System.Drawing.Point(396, 100);
  164. this.checkBox4.Name = "checkBox4";
  165. this.checkBox4.Size = new System.Drawing.Size(126, 42);
  166. this.checkBox4.TabIndex = 70;
  167. this.checkBox4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  168. this.checkBox4.UseVisualStyleBackColor = false;
  169. this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
  170. //
  171. // label3
  172. //
  173. this.label3.BackColor = System.Drawing.Color.Lime;
  174. this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  175. this.label3.Location = new System.Drawing.Point(397, 67);
  176. this.label3.Name = "label3";
  177. this.label3.Size = new System.Drawing.Size(126, 31);
  178. this.label3.TabIndex = 69;
  179. this.label3.Text = "4";
  180. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  181. //
  182. // imageList1
  183. //
  184. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  185. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  186. this.imageList1.Images.SetKeyName(0, "btn_ON.gif");
  187. this.imageList1.Images.SetKeyName(1, "btn_OFF.gif");
  188. //
  189. // lblTitle
  190. //
  191. this.lblTitle.AutoSize = true;
  192. this.lblTitle.BackColor = System.Drawing.Color.Transparent;
  193. this.lblTitle.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  194. this.lblTitle.Location = new System.Drawing.Point(218, 11);
  195. this.lblTitle.Name = "lblTitle";
  196. this.lblTitle.Size = new System.Drawing.Size(76, 16);
  197. this.lblTitle.TabIndex = 71;
  198. this.lblTitle.Text = "출력쓰기";
  199. //
  200. // frmModalUnitDataSelect
  201. //
  202. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  203. this.BackColor = System.Drawing.Color.WhiteSmoke;
  204. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  205. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  206. this.ClientSize = new System.Drawing.Size(545, 240);
  207. this.Controls.Add(this.lblTitle);
  208. this.Controls.Add(this.checkBox4);
  209. this.Controls.Add(this.label3);
  210. this.Controls.Add(this.checkBox3);
  211. this.Controls.Add(this.label2);
  212. this.Controls.Add(this.checkBox2);
  213. this.Controls.Add(this.label1);
  214. this.Controls.Add(this.checkBox1);
  215. this.Controls.Add(this.label0);
  216. this.Controls.Add(this.btnOK);
  217. this.Controls.Add(this.btnClose);
  218. this.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  219. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  220. this.Name = "frmModalUnitDataSelect";
  221. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  222. this.Text = "frmModalUnitDataSelect";
  223. this.Load += new System.EventHandler(this.frmModalUnitDataSelect_Load);
  224. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frmModalUnitDataSelect_MouseDown);
  225. this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.frmModalUnitDataSelect_MouseMove);
  226. this.ResumeLayout(false);
  227. this.PerformLayout();
  228. }
  229. #endregion
  230. private System.Windows.Forms.Button btnOK;
  231. private System.Windows.Forms.Button btnClose;
  232. private System.Windows.Forms.Label label0;
  233. private System.Windows.Forms.CheckBox checkBox1;
  234. private System.Windows.Forms.CheckBox checkBox2;
  235. private System.Windows.Forms.Label label1;
  236. private System.Windows.Forms.CheckBox checkBox3;
  237. private System.Windows.Forms.Label label2;
  238. private System.Windows.Forms.CheckBox checkBox4;
  239. private System.Windows.Forms.Label label3;
  240. private System.Windows.Forms.ImageList imageList1;
  241. private System.Windows.Forms.Label lblTitle;
  242. }
  243. }