123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- 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.btnClose = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.fixedMonitor = new System.Windows.Forms.NumericUpDown();
- this.btnSave = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.fixedMonitor)).BeginInit();
- this.SuspendLayout();
- //
- // btnClose
- //
- this.btnClose.Location = new System.Drawing.Point(115, 82);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(75, 24);
- this.btnClose.TabIndex = 0;
- this.btnClose.Text = "닫기";
- this.btnClose.UseVisualStyleBackColor = true;
- this.btnClose.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(125, 12);
- this.label1.TabIndex = 2;
- this.label1.Text = "환자 작성 모니터 번호";
- //
- // fixedMonitor
- //
- this.fixedMonitor.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.fixedMonitor.Location = new System.Drawing.Point(149, 37);
- this.fixedMonitor.Maximum = new decimal(new int[] {
- 256,
- 0,
- 0,
- 0});
- this.fixedMonitor.Name = "fixedMonitor";
- this.fixedMonitor.Size = new System.Drawing.Size(41, 22);
- this.fixedMonitor.TabIndex = 3;
- this.fixedMonitor.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // btnSave
- //
- this.btnSave.Location = new System.Drawing.Point(34, 82);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(75, 24);
- this.btnSave.TabIndex = 4;
- this.btnSave.Text = "저장";
- this.btnSave.UseVisualStyleBackColor = true;
- this.btnSave.Click += new System.EventHandler(this.button1_Click);
- //
- // ConfigForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(217, 124);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.fixedMonitor);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.btnClose);
- 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.fixedMonitor)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button btnClose;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.NumericUpDown fixedMonitor;
- private System.Windows.Forms.Button btnSave;
- }
- }
|