123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- namespace Uninpho.Tools.components.ZZJH
- {
- partial class LookDataFromZZJH
- {
- /// <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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
- this.XGJLBtn = new DevExpress.XtraEditors.SimpleButton();
- this.EditBtn = new DevExpress.XtraEditors.SimpleButton();
- this.reKeepBtn = new DevExpress.XtraEditors.SimpleButton();
- this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
- this.sheetControl01 = new DevExpress.XtraSpreadsheet.SpreadsheetControl();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
- this.panelControl1.SuspendLayout();
- this.SuspendLayout();
- //
- // panelControl1
- //
- this.panelControl1.Controls.Add(this.XGJLBtn);
- this.panelControl1.Controls.Add(this.EditBtn);
- this.panelControl1.Controls.Add(this.reKeepBtn);
- this.panelControl1.Controls.Add(this.simpleButton1);
- this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panelControl1.Location = new System.Drawing.Point(0, 624);
- this.panelControl1.Name = "panelControl1";
- this.panelControl1.Size = new System.Drawing.Size(889, 55);
- this.panelControl1.TabIndex = 5;
- //
- // XGJLBtn
- //
- this.XGJLBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.XGJLBtn.Location = new System.Drawing.Point(24, 20);
- this.XGJLBtn.Name = "XGJLBtn";
- this.XGJLBtn.Size = new System.Drawing.Size(89, 23);
- this.XGJLBtn.TabIndex = 1;
- this.XGJLBtn.Text = "修改记录查看";
- this.XGJLBtn.Click += new System.EventHandler(this.XGJLBtn_Click);
- //
- // EditBtn
- //
- this.EditBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.EditBtn.Location = new System.Drawing.Point(518, 20);
- this.EditBtn.Name = "EditBtn";
- this.EditBtn.Size = new System.Drawing.Size(89, 23);
- this.EditBtn.TabIndex = 0;
- this.EditBtn.Text = "编辑";
- this.EditBtn.Click += new System.EventHandler(this.EditBtn_Click);
- //
- // reKeepBtn
- //
- this.reKeepBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.reKeepBtn.Location = new System.Drawing.Point(644, 20);
- this.reKeepBtn.Name = "reKeepBtn";
- this.reKeepBtn.Size = new System.Drawing.Size(89, 23);
- this.reKeepBtn.TabIndex = 0;
- this.reKeepBtn.Text = "保存";
- this.reKeepBtn.Click += new System.EventHandler(this.reKeepBtn_Click);
- //
- // simpleButton1
- //
- this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.simpleButton1.Location = new System.Drawing.Point(773, 20);
- this.simpleButton1.Name = "simpleButton1";
- this.simpleButton1.Size = new System.Drawing.Size(89, 23);
- this.simpleButton1.TabIndex = 0;
- this.simpleButton1.Text = "导出";
- this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
- //
- // sheetControl01
- //
- this.sheetControl01.Dock = System.Windows.Forms.DockStyle.Fill;
- this.sheetControl01.Location = new System.Drawing.Point(0, 0);
- this.sheetControl01.Name = "sheetControl01";
- this.sheetControl01.Size = new System.Drawing.Size(889, 624);
- this.sheetControl01.TabIndex = 6;
- this.sheetControl01.Text = "spreadsheetControl1";
- this.sheetControl01.CellValueChanged += new DevExpress.XtraSpreadsheet.CellValueChangedEventHandler(this.sheetControl01_CellValueChanged);
- //
- // LookDataFromZZJH
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(889, 679);
- this.Controls.Add(this.sheetControl01);
- this.Controls.Add(this.panelControl1);
- this.Name = "LookDataFromZZJH";
- this.Text = "逐枕几何数据查看";
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
- this.panelControl1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraEditors.PanelControl panelControl1;
- private DevExpress.XtraEditors.SimpleButton simpleButton1;
- private DevExpress.XtraSpreadsheet.SpreadsheetControl sheetControl01;
- private DevExpress.XtraEditors.SimpleButton EditBtn;
- private DevExpress.XtraEditors.SimpleButton reKeepBtn;
- private DevExpress.XtraEditors.SimpleButton XGJLBtn;
- }
- }
|