hytos / DTI_PID / APIDConverter / Form / APIDConverter.Designer.cs @ 5598104a
이력 | 보기 | 이력해설 | 다운로드 (3.24 KB)
1 | 74a0c9d6 | gaqhf | namespace AVEVA.PID.CustomizationUtility |
---|---|---|---|
2 | { |
||
3 | partial class APIDConverter |
||
4 | { |
||
5 | /// <summary> |
||
6 | /// Required designer variable. |
||
7 | /// </summary> |
||
8 | private System.ComponentModel.IContainer components = null; |
||
9 | |||
10 | /// <summary> |
||
11 | /// Clean up any resources being used. |
||
12 | /// </summary> |
||
13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
||
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 | |||
25 | /// <summary> |
||
26 | /// Required method for Designer support - do not modify |
||
27 | /// the contents of this method with the code editor. |
||
28 | /// </summary> |
||
29 | private void InitializeComponent() |
||
30 | { |
||
31 | 8bc888c1 | gaqhf | this.components = new System.ComponentModel.Container(); |
32 | e3ced1c9 | gaqhf | this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
33 | 8bc888c1 | gaqhf | this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
34 | e3ced1c9 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); |
35 | 74a0c9d6 | gaqhf | this.SuspendLayout(); |
36 | // |
||
37 | e3ced1c9 | gaqhf | // ribbonControl |
38 | 74a0c9d6 | gaqhf | // |
39 | e3ced1c9 | gaqhf | this.ribbonControl.ExpandCollapseItem.Id = 0; |
40 | this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] { |
||
41 | this.ribbonControl.ExpandCollapseItem}); |
||
42 | this.ribbonControl.Location = new System.Drawing.Point(0, 0); |
||
43 | this.ribbonControl.MaxItemId = 1; |
||
44 | this.ribbonControl.Name = "ribbonControl"; |
||
45 | this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; |
||
46 | this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; |
||
47 | this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
||
48 | this.ribbonControl.ShowToolbarCustomizeItem = false; |
||
49 | 8bc888c1 | gaqhf | this.ribbonControl.Size = new System.Drawing.Size(987, 32); |
50 | e3ced1c9 | gaqhf | this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
51 | 74a0c9d6 | gaqhf | // |
52 | 8bc888c1 | gaqhf | // defaultLookAndFeel1 |
53 | // |
||
54 | this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2016 Colorful"; |
||
55 | // |
||
56 | 74a0c9d6 | gaqhf | // APIDConverter |
57 | // |
||
58 | e3ced1c9 | gaqhf | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
59 | 74a0c9d6 | gaqhf | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
60 | 8bc888c1 | gaqhf | this.ClientSize = new System.Drawing.Size(987, 606); |
61 | e3ced1c9 | gaqhf | this.Controls.Add(this.ribbonControl); |
62 | 74a0c9d6 | gaqhf | this.Name = "APIDConverter"; |
63 | e3ced1c9 | gaqhf | this.Ribbon = this.ribbonControl; |
64 | 74a0c9d6 | gaqhf | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
65 | e3ced1c9 | gaqhf | this.Text = "APID Converter"; |
66 | ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit(); |
||
67 | 74a0c9d6 | gaqhf | this.ResumeLayout(false); |
68 | e3ced1c9 | gaqhf | this.PerformLayout(); |
69 | 74a0c9d6 | gaqhf | |
70 | } |
||
71 | |||
72 | #endregion |
||
73 | e3ced1c9 | gaqhf | private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl; |
74 | 8bc888c1 | gaqhf | private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel1; |
75 | 74a0c9d6 | gaqhf | } |
76 | } |