namespace VEPROMS { partial class frmSI { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.btnOk = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.panelSI = new System.Windows.Forms.Panel(); this.SuspendLayout(); // // btnOk // this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOk.Location = new System.Drawing.Point(9, 180); this.btnOk.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(56, 19); this.btnOk.TabIndex = 0; this.btnOk.Text = "Ok"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(82, 180); this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(56, 19); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // panelSI // this.panelSI.AutoScroll = true; this.panelSI.Location = new System.Drawing.Point(9, 10); this.panelSI.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.panelSI.Name = "panelSI"; this.panelSI.Size = new System.Drawing.Size(262, 167); this.panelSI.TabIndex = 2; // // frmSI // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(280, 209); this.Controls.Add(this.panelSI); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOk); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Name = "frmSI"; this.Text = "frmSI"; this.TopMost = true; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnOk; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Panel panelSI; } }