Digital Twin - GUI
TimeslotDialog.Designer.cs
1 namespace GUI
2 {
3  partial class TimeslotDialog
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Windows Form Designer generated code
24 
29  private void InitializeComponent()
30  {
31  this.label1 = new System.Windows.Forms.Label();
32  this.button1 = new System.Windows.Forms.Button();
33  this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
34  this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
35  this.flowLayoutPanel1.SuspendLayout();
36  this.SuspendLayout();
37  //
38  // label1
39  //
40  this.label1.AutoSize = true;
41  this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F);
42  this.label1.Location = new System.Drawing.Point(40, 21);
43  this.label1.Name = "label1";
44  this.label1.Size = new System.Drawing.Size(126, 46);
45  this.label1.TabIndex = 0;
46  this.label1.Text = "label1";
47  //
48  // button1
49  //
50  this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F);
51  this.button1.Location = new System.Drawing.Point(1251, 1273);
52  this.button1.Name = "button1";
53  this.button1.Size = new System.Drawing.Size(176, 63);
54  this.button1.TabIndex = 1;
55  this.button1.Text = "Ok";
56  this.button1.UseVisualStyleBackColor = true;
57  this.button1.Click += new System.EventHandler(this.button1_Click);
58  //
59  // flowLayoutPanel1
60  //
61  this.flowLayoutPanel1.AutoScroll = true;
62  this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel1);
63  this.flowLayoutPanel1.Location = new System.Drawing.Point(48, 84);
64  this.flowLayoutPanel1.Name = "flowLayoutPanel1";
65  this.flowLayoutPanel1.Size = new System.Drawing.Size(1379, 1183);
66  this.flowLayoutPanel1.TabIndex = 2;
67  //
68  // tableLayoutPanel1
69  //
70  this.tableLayoutPanel1.AutoSize = true;
71  this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
72  this.tableLayoutPanel1.ColumnCount = 2;
73  this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
74  this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
75  this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.AddColumns;
76  this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
77  this.tableLayoutPanel1.Name = "tableLayoutPanel1";
78  this.tableLayoutPanel1.RowCount = 25;
79  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
80  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
81  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
82  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
83  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
84  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
85  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
86  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
87  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
88  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
89  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
90  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
91  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
92  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
93  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
94  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
95  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
96  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
97  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
98  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
99  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
100  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
101  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
102  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
103  this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
104  this.tableLayoutPanel1.Size = new System.Drawing.Size(3, 26);
105  this.tableLayoutPanel1.TabIndex = 0;
106  //
107  // Form2
108  //
109  this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
110  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
111  this.AutoSize = true;
112  this.ClientSize = new System.Drawing.Size(1439, 1372);
113  this.Controls.Add(this.flowLayoutPanel1);
114  this.Controls.Add(this.button1);
115  this.Controls.Add(this.label1);
116  this.Name = "Form2";
117  this.Text = "Form2";
118  this.flowLayoutPanel1.ResumeLayout(false);
119  this.flowLayoutPanel1.PerformLayout();
120  this.ResumeLayout(false);
121  this.PerformLayout();
122 
123  }
124 
125  #endregion
126  private System.Windows.Forms.Label label1;
127  private System.Windows.Forms.Button button1;
128  private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
129  private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
130  }
131 }
System.ComponentModel.IContainer components
Required designer variable.
override void Dispose(bool disposing)
Clean up any resources being used.
void button1_Click(object sender, EventArgs e)
Eventhandler that is called when the "Close" button is clicked.
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...