123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- namespace CLIP.eForm.Consent.UI
- {
- partial class ConsentSelectTabPageUnfinished
- {
- /// <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 Component 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.dataGridViewConsentSelectResult = new System.Windows.Forms.DataGridView();
- this.panel1 = new System.Windows.Forms.Panel();
- this.btnSearch = new System.Windows.Forms.Button();
- this.rdoUser = new System.Windows.Forms.RadioButton();
- this.rdoPatient = new System.Windows.Forms.RadioButton();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewConsentSelectResult)).BeginInit();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // dataGridViewConsentSelectResult
- //
- this.dataGridViewConsentSelectResult.AllowUserToAddRows = false;
- this.dataGridViewConsentSelectResult.AllowUserToDeleteRows = false;
- this.dataGridViewConsentSelectResult.AllowUserToResizeRows = false;
- this.dataGridViewConsentSelectResult.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- this.dataGridViewConsentSelectResult.ColumnHeadersHeight = 32;
- this.dataGridViewConsentSelectResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dataGridViewConsentSelectResult.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridViewConsentSelectResult.Location = new System.Drawing.Point(0, 40);
- this.dataGridViewConsentSelectResult.MultiSelect = false;
- this.dataGridViewConsentSelectResult.Name = "dataGridViewConsentSelectResult";
- this.dataGridViewConsentSelectResult.ReadOnly = true;
- this.dataGridViewConsentSelectResult.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- this.dataGridViewConsentSelectResult.RowHeadersWidth = 25;
- this.dataGridViewConsentSelectResult.RowTemplate.Height = 23;
- this.dataGridViewConsentSelectResult.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridViewConsentSelectResult.Size = new System.Drawing.Size(388, 452);
- this.dataGridViewConsentSelectResult.TabIndex = 30;
- this.dataGridViewConsentSelectResult.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.dataGridViewConsentSelectResult_CellContextMenuStripNeeded);
- this.dataGridViewConsentSelectResult.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewConsentSelectResult_CellDoubleClick);
- this.dataGridViewConsentSelectResult.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridViewConsentSelectResult_DataBindingComplete);
- //
- // panel1
- //
- this.panel1.Controls.Add(this.btnSearch);
- this.panel1.Controls.Add(this.rdoUser);
- this.panel1.Controls.Add(this.rdoPatient);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Padding = new System.Windows.Forms.Padding(10, 8, 0, 8);
- this.panel1.Size = new System.Drawing.Size(388, 40);
- this.panel1.TabIndex = 31;
- //
- // btnSearch
- //
- this.btnSearch.Dock = System.Windows.Forms.DockStyle.Right;
- this.btnSearch.Location = new System.Drawing.Point(334, 8);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(54, 24);
- this.btnSearch.TabIndex = 4;
- this.btnSearch.Text = "조회";
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // rdoUser
- //
- this.rdoUser.AutoSize = true;
- this.rdoUser.Dock = System.Windows.Forms.DockStyle.Left;
- this.rdoUser.Location = new System.Drawing.Point(75, 8);
- this.rdoUser.Name = "rdoUser";
- this.rdoUser.Size = new System.Drawing.Size(71, 24);
- this.rdoUser.TabIndex = 3;
- this.rdoUser.TabStop = true;
- this.rdoUser.Text = "사용자별";
- this.rdoUser.UseVisualStyleBackColor = true;
- //
- // rdoPatient
- //
- this.rdoPatient.Checked = true;
- this.rdoPatient.Dock = System.Windows.Forms.DockStyle.Left;
- this.rdoPatient.Location = new System.Drawing.Point(10, 8);
- this.rdoPatient.Name = "rdoPatient";
- this.rdoPatient.Size = new System.Drawing.Size(65, 24);
- this.rdoPatient.TabIndex = 2;
- this.rdoPatient.TabStop = true;
- this.rdoPatient.Text = "환자별";
- this.rdoPatient.UseVisualStyleBackColor = true;
- //
- // ConsentSelectTabPageUnfinished
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.Controls.Add(this.dataGridViewConsentSelectResult);
- this.Controls.Add(this.panel1);
- this.Name = "ConsentSelectTabPageUnfinished";
- this.Size = new System.Drawing.Size(388, 492);
- this.Load += new System.EventHandler(this.ConsentSelectTabPageUnfinished_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewConsentSelectResult)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.DataGridView dataGridViewConsentSelectResult;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button btnSearch;
- private System.Windows.Forms.RadioButton rdoUser;
- private System.Windows.Forms.RadioButton rdoPatient;
- }
- }
|