12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- namespace OTSIncAReportApp
- {
- partial class frmTables
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTables));
- this.SuspendLayout();
- //
- // frmTables
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(951, 984);
- this.CloseButton = false;
- this.CloseButtonVisible = false;
- this.DockAreas = ((OTS.WinFormsUI.Docking.DockAreas)(((((OTS.WinFormsUI.Docking.DockAreas.DockLeft | OTS.WinFormsUI.Docking.DockAreas.DockRight)
- | OTS.WinFormsUI.Docking.DockAreas.DockTop)
- | OTS.WinFormsUI.Docking.DockAreas.DockBottom)
- | OTS.WinFormsUI.Docking.DockAreas.Document)));
- this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "frmTables";
- this.Text = "OTSCaculationTables";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.Activated += new System.EventHandler(this.OTSCaculationTablesWindow_Activated);
- this.ResumeLayout(false);
- }
- #endregion
- }
- }
|